#AFB21F

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

Shades of Earls Green #AFB21F

Tints of Earls Green #AFB21F

Color information

#AFB21F (or 0xAFB21F) is unknown color: approx Earls Green. HEX triplet: AF, B2 and 1F. RGB value is (175,178,31). Sum of RGB (Red+Green+Blue) = 175+178+31=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB21F is #504DE0. Grayscale: #A0A0A0. Windows color (decimal): -5262817 or 2077359. OLE color: 2077359.

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

Color convert

RGB17517831-
CMYK0.0200.830.30
HSL61.22º70.33%40.98%-
HSV(B)61.22º82.58%69.8%-
XYZ33.8541.057.44-
YUV160.3455.01138.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 178 (69.92% from 255) = 46.35%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=45.57%
G=46.35%
B=8.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178310.0200.830.3061.2270.3340.98
HexAFB21F20531E3d4629
Octal2572623720123367510651
Binary1010111110110010111111001010011111101111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB21F; }

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

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

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

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

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

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

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

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