Html Css Color HEX #AEAF1D Earls Green

📋 copy color: '#AEAF1D'

red 174 ◦ green 175 ◦ blue 29

#AEAF1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AEAF1D

Tints of Earls Green #AEAF1D

RGB

 RED value IS 174 (68.36% from 255) = 46.03%

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 46.03%
G = 46.3%
B = 7.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AEAF1D (or 0xAEAF1D) is known color: Earls Green. HEX triplet: AE, AF and 1D. RGB value is (174,175,29). Sum of RGB (Red+Green+Blue) = 174+175+29=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF1D is #5150E2. Grayscale: #9E9E9E. Windows color (decimal): -5329123 or 1945518. OLE color: 1945518.

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

Color convert

RGB 174 175 29 -
CMYK 0.01 0 0.83 0.31
HSL 60.41º 0.72% 0.4% -
HSV(B) 60.41º 0.83% 0.69% -
XYZ 33.01 39.75 7.09 -
YUV 158.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 174 175 29 0.01 0 0.83 0.31 60.41 0.72 0.4
Hex AE AF 1D 1 0 53 1F 3C 48 28
Octal 256 257 35 1 0 123 37 74 110 50
Binary 10101110 10101111 11101 1 0 1010011 11111 111100 1001000 101000

Color Harmonies of #AEAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF1D

Black with #AEAF1D

Text Example


Text Example

White with #AEAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF1D; }

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

 H1.HeaderClassName
 {
   color: #AEAF1D;
 }
 .AnyTagClassName
 {
   color: #AEAF1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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