Html Css Color HEX #AFA818 Earls Green

📋 copy color: '#AFA818'

red 175 ◦ green 168 ◦ blue 24

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

Shades of Earls Green #AFA818

Tints of Earls Green #AFA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.78%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 47.68%
G = 45.78%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA818 (or 0xAFA818) is known color: Earls Green. HEX triplet: AF, A8 and 18. RGB value is (175,168,24). Sum of RGB (Red+Green+Blue) = 175+168+24=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA818 is #5057E7. Grayscale: #9A9A9A. Windows color (decimal): -5265384 or 1616047. OLE color: 1616047.

HSL color Cylindrical-coordinate representation of color #AFA818: hue angle of 57.22º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFA818 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 24 -
CMYK 0 0.04 0.86 0.31
HSL 57.22º 0.76% 0.39% -
HSV(B) 57.22º 0.86% 0.69% -
XYZ 31.85 37.19 6.36 -
YUV 153.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 175 168 24 0 0.04 0.86 0.31 57.22 0.76 0.39
Hex AF A8 18 0 4 56 1F 39 4C 27
Octal 257 250 30 0 4 126 37 71 114 47
Binary 10101111 10101000 11000 0 100 1010110 11111 111001 1001100 100111

Color Harmonies of #AFA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA818

Black with #AFA818

Text Example


Text Example

White with #AFA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA818; }

 p { color: rgb(175,168,24); }

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

background-color css

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

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

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

border-color css

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

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

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