#ADAF1E

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

Shades of Earls Green #ADAF1E

Tints of Earls Green #ADAF1E

Color information

#ADAF1E (or 0xADAF1E) is unknown color: approx Earls Green. HEX triplet: AD, AF and 1E. RGB value is (173,175,30). Sum of RGB (Red+Green+Blue) = 173+175+30=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF1E is #5250E1. Grayscale: #9E9E9E. Windows color (decimal): -5394658 or 2011053. OLE color: 2011053.

HSL color Cylindrical-coordinate representation of color #ADAF1E: hue angle of 60.83º 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 #ADAF1E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17317530-
CMYK0.0100.830.31
HSL60.83º70.73%40.2%-
HSV(B)60.83º82.86%68.63%-
XYZ32.839.647.15-
YUV157.8755.84138.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 30 (12.11% from 255) = 7.94%
R=45.77%
G=46.30%
B=7.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175300.0100.830.3160.8370.7340.2
HexADAF1E10531F3d4728
Octal2552573610123377510750
Binary101011011010111111110101010011111111111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF1E; }

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

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

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

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

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

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

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

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