Html Css Color HEX #AFAD1E Earls Green

📋 copy color: '#AFAD1E'

red 175 ◦ green 173 ◦ blue 30

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

Shades of Earls Green #AFAD1E

Tints of Earls Green #AFAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 46.3%
G = 45.77%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 175 173 30 -
CMYK 0 0.01 0.83 0.31
HSL 59.17º 0.71% 0.4% -
HSV(B) 59.17º 0.83% 0.69% -
XYZ 32.86 39.09 7.04 -
YUV 157.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 175 173 30 0 0.01 0.83 0.31 59.17 0.71 0.4
Hex AF AD 1E 0 1 53 1F 3B 47 28
Octal 257 255 36 0 1 123 37 73 107 50
Binary 10101111 10101101 11110 0 1 1010011 11111 111011 1000111 101000

Color Harmonies of #AFAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD1E

Black with #AFAD1E

Text Example


Text Example

White with #AFAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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