Html Css Color HEX #AFAF29 Earls Green

📋 copy color: '#AFAF29'

red 175 ◦ green 175 ◦ blue 41

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

Shades of Earls Green #AFAF29

Tints of Earls Green #AFAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 44.76%
G = 44.76%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFAF29 (or 0xAFAF29) is known color: Earls Green. HEX triplet: AF, AF and 29. RGB value is (175,175,41). Sum of RGB (Red+Green+Blue) = 175+175+41=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF29 is #5050D6. Grayscale: #A0A0A0. Windows color (decimal): -5263575 or 2731951. OLE color: 2731951.

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

Color convert

RGB 175 175 41 -
CMYK 0 0 0.77 0.31
HSL 60º 0.62% 0.42% -
HSV(B) 60º 0.77% 0.69% -
XYZ 33.41 39.93 8.04 -
YUV 159.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 175 175 41 0 0 0.77 0.31 60 0.62 0.42
Hex AF AF 29 0 0 4D 1F 3C 3E 2A
Octal 257 257 51 0 0 115 37 74 76 52
Binary 10101111 10101111 101001 0 0 1001101 11111 111100 111110 101010

Color Harmonies of #AFAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF29

Black with #AFAF29

Text Example


Text Example

White with #AFAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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