Html Css Color HEX #AFA918 Earls Green

📋 copy color: '#AFA918'

red 175 ◦ green 169 ◦ blue 24

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

Shades of Earls Green #AFA918

Tints of Earls Green #AFA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.92%

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

R = 47.55%
G = 45.92%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA918 (or 0xAFA918) is known color: Earls Green. HEX triplet: AF, A9 and 18. RGB value is (175,169,24). Sum of RGB (Red+Green+Blue) = 175+169+24=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA918 is #5056E7. Grayscale: #9A9A9A. Windows color (decimal): -5265128 or 1616303. OLE color: 1616303.

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

Color convert

RGB 175 169 24 -
CMYK 0 0.03 0.86 0.31
HSL 57.62º 0.76% 0.39% -
HSV(B) 57.62º 0.86% 0.69% -
XYZ 32.03 37.56 6.42 -
YUV 154.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 175 169 24 0 0.03 0.86 0.31 57.62 0.76 0.39
Hex AF A9 18 0 3 56 1F 3A 4C 27
Octal 257 251 30 0 3 126 37 72 114 47
Binary 10101111 10101001 11000 0 11 1010110 11111 111010 1001100 100111

Color Harmonies of #AFA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA918

Black with #AFA918

Text Example


Text Example

White with #AFA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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