#AFAA1E

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

Shades of Earls Green #AFAA1E

Tints of Earls Green #AFAA1E

Color information

#AFAA1E (or 0xAFAA1E) is unknown color: approx Earls Green. HEX triplet: AF, AA and 1E. RGB value is (175,170,30). Sum of RGB (Red+Green+Blue) = 175+170+30=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA1E is #5055E1. Grayscale: #9C9C9C. Windows color (decimal): -5264866 or 2009775. OLE color: 2009775.

HSL color Cylindrical-coordinate representation of color #AFAA1E: hue angle of 57.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFAA1E is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17517030-
CMYK00.030.830.31
HSL57.93º70.73%40.2%-
HSV(B)57.93º82.86%68.63%-
XYZ32.2937.966.85-
YUV155.5357.16141.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 30 (12.11% from 255) = 8%
R=46.67%
G=45.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751703000.030.830.3157.9370.7340.2
HexAFAA1E03531F3a4728
Octal2572523603123377210750
Binary1010111110101010111100111010011111111110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA1E; }

 p { color: rgb(175,170,30); }

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

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

 a { background-color: rgb(175,170,30); }

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

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

 span { border-color: rgb(175,170,30); }

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