#AFB11F

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

Shades of Earls Green #AFB11F

Tints of Earls Green #AFB11F

Color information

#AFB11F (or 0xAFB11F) is unknown color: approx Earls Green. HEX triplet: AF, B1 and 1F. RGB value is (175,177,31). Sum of RGB (Red+Green+Blue) = 175+177+31=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB11F is #504EE0. Grayscale: #A0A0A0. Windows color (decimal): -5263073 or 2077103. OLE color: 2077103.

HSL color Cylindrical-coordinate representation of color #AFB11F: hue angle of 60.82º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB11F is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17517731-
CMYK0.0100.820.31
HSL60.82º70.19%40.78%-
HSV(B)60.82º82.49%69.41%-
XYZ33.6540.667.37-
YUV159.7655.34138.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 31 (12.5% from 255) = 8.09%
R=45.69%
G=46.21%
B=8.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177310.0100.820.3160.8270.1940.78
HexAFB11F10521F3d4629
Octal2572613710122377510651
Binary101011111011000111111101010010111111111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB11F; }

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

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

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

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

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

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

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

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