#AFC02A

Color #AFC02A Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFC02A

Tints of Bahia #AFC02A

Color information

#AFC02A (or 0xAFC02A) is unknown color: approx 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

RGB17519242-
CMYK0.0900.780.25
HSL66.8º64.1%45.88%-
HSV(B)66.8º78.12%75.29%-
XYZ36.9546.989.31-
YUV169.8255.87131.7-

RGB Variations

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

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.80% from 255) = 10.27%
R=42.79%
G=46.94%
B=10.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192420.0900.780.2566.864.145.88
HexAFC02A904E1943402e
Octal257300521101163110310056
Binary10101111110000001010101001010011101100110000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>