Html Css Color HEX #AFC02A Bahia

📋 copy color: '#AFC02A'

red 175 ◦ green 192 ◦ blue 42

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

Shades of Bahia #AFC02A

Tints of Bahia #AFC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 42.79%
G = 46.94%
B = 10.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#AFC02A (or 0xAFC02A) is known color: Bahia. HEX triplet: AF, C0 and 2A. RGB value is (175,192,42). Sum of RGB (Red+Green+Blue) = 175+192+42=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC02A is #503FD5. Grayscale: #AAAAAA. Windows color (decimal): -5259222 or 2801839. OLE color: 2801839.

HSL color Cylindrical-coordinate representation of color #AFC02A: hue angle of 66.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFC02A is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 42 -
CMYK 0.09 0 0.78 0.25
HSL 66.8º 0.64% 0.46% -
HSV(B) 66.8º 0.78% 0.75% -
XYZ 36.95 46.98 9.31 -
YUV 169.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 175 192 42 0.09 0 0.78 0.25 66.8 0.64 0.46
Hex AF C0 2A 9 0 4E 19 43 40 2E
Octal 257 300 52 11 0 116 31 103 100 56
Binary 10101111 11000000 101010 1001 0 1001110 11001 1000011 1000000 101110

Color Harmonies of #AFC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC02A

Black with #AFC02A

Text Example


Text Example

White with #AFC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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