Html Css Color HEX #ADCF27 Bahia

📋 copy color: '#ADCF27'

red 173 ◦ green 207 ◦ blue 39

#ADCF27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ADCF27

Tints of Bahia #ADCF27

RGB

 RED value IS 173 (67.97% from 255) = 41.29%

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 41.29%
G = 49.4%
B = 9.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADCF27 (or 0xADCF27) is known color: Bahia. HEX triplet: AD, CF and 27. RGB value is (173,207,39). Sum of RGB (Red+Green+Blue) = 173+207+39=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF27 is #5230D8. Grayscale: #B2B2B2. Windows color (decimal): -5386457 or 2609069. OLE color: 2609069.

HSL color Cylindrical-coordinate representation of color #ADCF27: hue angle of 72.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADCF27 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 39 -
CMYK 0.16 0 0.81 0.19
HSL 72.14º 0.68% 0.48% -
HSV(B) 72.14º 0.81% 0.81% -
XYZ 39.91 53.66 10.17 -
YUV 177.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 173 207 39 0.16 0 0.81 0.19 72.14 0.68 0.48
Hex AD CF 27 10 0 51 13 48 44 30
Octal 255 317 47 20 0 121 23 110 104 60
Binary 10101101 11001111 100111 10000 0 1010001 10011 1001000 1000100 110000

Color Harmonies of #ADCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF27

Black with #ADCF27

Text Example


Text Example

White with #ADCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF27; }

 p { color: rgb(173,207,39); }

 H1.HeaderClassName
 {
   color: #ADCF27;
 }
 .AnyTagClassName
 {
   color: #ADCF27;
 }
</style>

background-color css

<style>
 a { background-color: #ADCF27; }

 a { background-color: rgb(173,207,39); }

 div.DivClassName
 {
   background-color: #ADCF27;
 }
 .BgClassName
 {
   background-color: #ADCF27;
 }
</style>

border-color css

<style>
 span { border-color: #ADCF27; }

 span { border-color: rgb(173,207,39); }

 td.TdClassName
 {
   border-color: #ADCF27;
 }
 .TagClassName
 {
   border-color: #ADCF27;
 }
</style>