Html Css Color HEX #AFC027 Bahia

📋 copy color: '#AFC027'

red 175 ◦ green 192 ◦ blue 39

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

Shades of Bahia #AFC027

Tints of Bahia #AFC027

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 43.1%
G = 47.29%
B = 9.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#AFC027 (or 0xAFC027) is known color: Bahia. HEX triplet: AF, C0 and 27. RGB value is (175,192,39). Sum of RGB (Red+Green+Blue) = 175+192+39=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC027 is #503FD8. Grayscale: #AAAAAA. Windows color (decimal): -5259225 or 2605231. OLE color: 2605231.

HSL color Cylindrical-coordinate representation of color #AFC027: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC027 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 39 -
CMYK 0.09 0 0.80 0.25
HSL 66.67º 0.66% 0.45% -
HSV(B) 66.67º 0.8% 0.75% -
XYZ 36.9 46.96 9.04 -
YUV 169.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 175 192 39 0.09 0 0.80 0.25 66.67 0.66 0.45
Hex AF C0 27 9 0 50 19 43 42 2D
Octal 257 300 47 11 0 120 31 103 102 55
Binary 10101111 11000000 100111 1001 0 1010000 11001 1000011 1000010 101101

Color Harmonies of #AFC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC027

Black with #AFC027

Text Example


Text Example

White with #AFC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC027; }

 p { color: rgb(175,192,39); }

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

background-color css

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

 a { background-color: rgb(175,192,39); }

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

border-color css

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

 span { border-color: rgb(175,192,39); }

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