#AEAF18

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

Shades of Earls Green #AEAF18

Tints of Earls Green #AEAF18

Color information

#AEAF18 (or 0xAEAF18) is unknown color: approx Earls Green. HEX triplet: AE, AF and 18. RGB value is (174,175,24). Sum of RGB (Red+Green+Blue) = 174+175+24=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAF18 is #5150E7. Grayscale: #9E9E9E. Windows color (decimal): -5329128 or 1617838. OLE color: 1617838.

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

Color convert

RGB17417524-
CMYK0.0100.860.31
HSL60.4º75.88%39.02%-
HSV(B)60.4º86.29%68.63%-
XYZ32.9539.726.8-
YUV157.4952.67139.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=46.65%
G=46.92%
B=6.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175240.0100.860.3160.475.8839.02
HexAEAF1810561F3c4c27
Octal2562573010126377411447
Binary101011101010111111000101010110111111111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF18; }

 p { color: rgb(174,175,24); }

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

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

 a { background-color: rgb(174,175,24); }

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

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

 span { border-color: rgb(174,175,24); }

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