#aeaf29

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

Shades of Earls Green #AEAF29

Tints of Earls Green #AEAF29

Color information

#AEAF29 (or 0xAEAF29) is unknown color: approx Earls Green. HEX triplet: AE, AF and 29. RGB value is (174,175,41). Sum of RGB (Red+Green+Blue) = 174+175+41=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF29 is #5150D6. Grayscale: #9F9F9F. Windows color (decimal): -5329111 or 2731950. OLE color: 2731950.

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

Color convert

RGB17417541-
CMYK0.0100.770.31
HSL60.45º62.04%42.35%-
HSV(B)60.45º76.57%68.63%-
XYZ33.1939.828.03-
YUV159.4261.17138.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 41 (16.41% from 255) = 10.51%
R=44.62%
G=44.87%
B=10.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175410.0100.770.3160.4562.0442.35
HexAEAF29104D1F3c3e2a
Octal256257511011537747652
Binary101011101010111110100110100110111111111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeaf29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeaf29; }

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

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

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

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

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

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

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

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