#afb42e

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

Shades of Earls Green #AFB42E

Tints of Earls Green #AFB42E

Color information

#AFB42E (or 0xAFB42E) is unknown color: approx Earls Green. HEX triplet: AF, B4 and 2E. RGB value is (175,180,46). Sum of RGB (Red+Green+Blue) = 175+180+46=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB42E is #504BD1. Grayscale: #A3A3A3. Windows color (decimal): -5262290 or 3060911. OLE color: 3060911.

HSL color Cylindrical-coordinate representation of color #AFB42E: hue angle of 62.24º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFB42E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB17518046-
CMYK0.0300.740.29
HSL62.24º59.29%44.31%-
HSV(B)62.24º74.44%70.59%-
XYZ34.4941.958.86-
YUV163.2361.84136.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=43.64%
G=44.89%
B=11.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180460.0300.740.2962.2459.2944.31
HexAFB42E304A1D3e3b2c
Octal257264563011235767354
Binary1010111110110100101110110100101011101111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb42e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb42e; }

 p { color: rgb(175,180,46); }

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

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

 a { background-color: rgb(175,180,46); }

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

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

 span { border-color: rgb(175,180,46); }

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