Html Css Color HEX #AFAD1D Earls Green

📋 copy color: '#AFAD1D'

red 175 ◦ green 173 ◦ blue 29

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

Shades of Earls Green #AFAD1D

Tints of Earls Green #AFAD1D

RGB

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

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

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

R = 46.42%
G = 45.89%
B = 7.69%

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

#AFAD1D (or 0xAFAD1D) is known color: Earls Green. HEX triplet: AF, AD and 1D. RGB value is (175,173,29). Sum of RGB (Red+Green+Blue) = 175+173+29=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD1D is #5052E2. Grayscale: #9D9D9D. Windows color (decimal): -5264099 or 1945007. OLE color: 1945007.

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

Color convert

RGB 175 173 29 -
CMYK 0 0.01 0.83 0.31
HSL 59.18º 0.72% 0.4% -
HSV(B) 59.18º 0.83% 0.69% -
XYZ 32.84 39.09 6.98 -
YUV 157.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 175 173 29 0 0.01 0.83 0.31 59.18 0.72 0.4
Hex AF AD 1D 0 1 53 1F 3B 48 28
Octal 257 255 35 0 1 123 37 73 110 50
Binary 10101111 10101101 11101 0 1 1010011 11111 111011 1001000 101000

Color Harmonies of #AFAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD1D

Black with #AFAD1D

Text Example


Text Example

White with #AFAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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