Html Css Color HEX #AFAF1D Earls Green

📋 copy color: '#AFAF1D'

red 175 ◦ green 175 ◦ blue 29

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

Shades of Earls Green #AFAF1D

Tints of Earls Green #AFAF1D

RGB

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

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

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

R = 46.17%
G = 46.17%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AFAF1D (or 0xAFAF1D) is known color: Earls Green. HEX triplet: AF, AF and 1D. RGB value is (175,175,29). Sum of RGB (Red+Green+Blue) = 175+175+29=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF1D is #5050E2. Grayscale: #9E9E9E. Windows color (decimal): -5263587 or 1945519. OLE color: 1945519.

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

Color convert

RGB 175 175 29 -
CMYK 0 0 0.83 0.31
HSL 60º 0.72% 0.4% -
HSV(B) 60º 0.83% 0.69% -
XYZ 33.23 39.86 7.11 -
YUV 158.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 175 175 29 0 0 0.83 0.31 60 0.72 0.4
Hex AF AF 1D 0 0 53 1F 3C 48 28
Octal 257 257 35 0 0 123 37 74 110 50
Binary 10101111 10101111 11101 0 0 1010011 11111 111100 1001000 101000

Color Harmonies of #AFAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF1D

Black with #AFAF1D

Text Example


Text Example

White with #AFAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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