#AFB22A

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

Shades of Earls Green #AFB22A

Tints of Earls Green #AFB22A

Color information

#AFB22A (or 0xAFB22A) is unknown color: approx Earls Green. HEX triplet: AF, B2 and 2A. RGB value is (175,178,42). Sum of RGB (Red+Green+Blue) = 175+178+42=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB22A is #504DD5. Grayscale: #A2A2A2. Windows color (decimal): -5262806 or 2798255. OLE color: 2798255.

HSL color Cylindrical-coordinate representation of color #AFB22A: hue angle of 61.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB22A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17517842-
CMYK0.0200.760.30
HSL61.32º61.82%43.14%-
HSV(B)61.32º76.4%69.8%-
XYZ34.0241.128.33-
YUV161.660.51137.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 178 (69.92% from 255) = 45.06%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=44.30%
G=45.06%
B=10.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178420.0200.760.3061.3261.8243.14
HexAFB22A204C1E3d3e2b
Octal257262522011436757653
Binary1010111110110010101010100100110011110111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB22A; }

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

 H1.HeaderClassName
 {
   color: #AFB22A;
 }
 .AnyTagClassName
 {
   color: #AFB22A;
 }
</style>
background-color css

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

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

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

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

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

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