Html Css Color HEX #AFA919 Earls Green

📋 copy color: '#AFA919'

red 175 ◦ green 169 ◦ blue 25

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

Shades of Earls Green #AFA919

Tints of Earls Green #AFA919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 47.43%
G = 45.8%
B = 6.78%

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

#AFA919 (or 0xAFA919) is known color: Earls Green. HEX triplet: AF, A9 and 19. RGB value is (175,169,25). Sum of RGB (Red+Green+Blue) = 175+169+25=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA919 is #5056E6. Grayscale: #9A9A9A. Windows color (decimal): -5265127 or 1681839. OLE color: 1681839.

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

Color convert

RGB 175 169 25 -
CMYK 0 0.03 0.86 0.31
HSL 57.6º 0.75% 0.39% -
HSV(B) 57.6º 0.86% 0.69% -
XYZ 32.04 37.56 6.48 -
YUV 154.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 175 169 25 0 0.03 0.86 0.31 57.6 0.75 0.39
Hex AF A9 19 0 3 56 1F 3A 4B 27
Octal 257 251 31 0 3 126 37 72 113 47
Binary 10101111 10101001 11001 0 11 1010110 11111 111010 1001011 100111

Color Harmonies of #AFA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA919

Black with #AFA919

Text Example


Text Example

White with #AFA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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