Html Css Color HEX #AFAA1E Earls Green

📋 copy color: '#AFAA1E'

red 175 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #AFAA1E

Tints of Earls Green #AFAA1E

RGB

 RED value IS 175 (68.75% from 255) = 46.67%

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 46.67%
G = 45.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AFAA1E (or 0xAFAA1E) is known color: 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

RGB 175 170 30 -
CMYK 0 0.03 0.83 0.31
HSL 57.93º 0.71% 0.4% -
HSV(B) 57.93º 0.83% 0.69% -
XYZ 32.29 37.96 6.85 -
YUV 155.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 175 170 30 0 0.03 0.83 0.31 57.93 0.71 0.4
Hex AF AA 1E 0 3 53 1F 3A 47 28
Octal 257 252 36 0 3 123 37 72 107 50
Binary 10101111 10101010 11110 0 11 1010011 11111 111010 1000111 101000

Color Harmonies of #AFAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA1E

Black with #AFAA1E

Text Example


Text Example

White with #AFAA1E

Text Example


Text Example

HTML Codes & Css Web 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>