#AFB02F

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

Shades of Earls Green #AFB02F

Tints of Earls Green #AFB02F

Color information

#AFB02F (or 0xAFB02F) is unknown color: approx Earls Green. HEX triplet: AF, B0 and 2F. RGB value is (175,176,47). Sum of RGB (Red+Green+Blue) = 175+176+47=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB02F is #504FD0. Grayscale: #A1A1A1. Windows color (decimal): -5263313 or 3125423. OLE color: 3125423.

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

Color convert

RGB17517647-
CMYK0.0100.730.31
HSL60.47º57.85%43.73%-
HSV(B)60.47º73.3%69.02%-
XYZ33.7240.378.7-
YUV16163.67137.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 47 (18.75% from 255) = 11.81%
R=43.97%
G=44.22%
B=11.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176470.0100.730.3160.4757.8543.73
HexAFB02F10491F3c3a2c
Octal257260571011137747254
Binary101011111011000010111110100100111111111100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB02F; }

 p { color: rgb(175,176,47); }

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

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

 a { background-color: rgb(175,176,47); }

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

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

 span { border-color: rgb(175,176,47); }

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