Html Css Color HEX #AFAF14 Earls Green

📋 copy color: '#AFAF14'

red 175 ◦ green 175 ◦ blue 20

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

Shades of Earls Green #AFAF14

Tints of Earls Green #AFAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 47.3%
G = 47.3%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFAF14 (or 0xAFAF14) is known color: Earls Green. HEX triplet: AF, AF and 14. RGB value is (175,175,20). Sum of RGB (Red+Green+Blue) = 175+175+20=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF14 is #5050EB. Grayscale: #9D9D9D. Windows color (decimal): -5263596 or 1355695. OLE color: 1355695.

HSL color Cylindrical-coordinate representation of color #AFAF14: hue angle of 60º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFAF14 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 20 -
CMYK 0 0 0.89 0.31
HSL 60º 0.79% 0.38% -
HSV(B) 60º 0.89% 0.69% -
XYZ 33.14 39.82 6.6 -
YUV 157.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 175 175 20 0 0 0.89 0.31 60 0.79 0.38
Hex AF AF 14 0 0 59 1F 3C 4F 26
Octal 257 257 24 0 0 131 37 74 117 46
Binary 10101111 10101111 10100 0 0 1011001 11111 111100 1001111 100110

Color Harmonies of #AFAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF14

Black with #AFAF14

Text Example


Text Example

White with #AFAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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