Html Css Color HEX #AFAF81 Neutral Green

📋 copy color: '#AFAF81'

red 175 ◦ green 175 ◦ blue 129

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

Shades of Neutral Green #AFAF81

Tints of Neutral Green #AFAF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 36.53%
G = 36.53%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFAF81 (or 0xAFAF81) is known color: Neutral Green. HEX triplet: AF, AF and 81. RGB value is (175,175,129). Sum of RGB (Red+Green+Blue) = 175+175+129=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF81 is #50507E. Grayscale: #A9A9A9. Windows color (decimal): -5263487 or 8499119. OLE color: 8499119.

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

Color convert

RGB 175 175 129 -
CMYK 0 0 0.26 0.31
HSL 60º 0.22% 0.6% -
HSV(B) 60º 0.26% 0.69% -
XYZ 36.97 41.36 26.8 -
YUV 169.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 175 175 129 0 0 0.26 0.31 60 0.22 0.6
Hex AF AF 81 0 0 1A 1F 3C 16 3C
Octal 257 257 201 0 0 32 37 74 26 74
Binary 10101111 10101111 10000001 0 0 11010 11111 111100 10110 111100

Color Harmonies of #AFAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF81

Black with #AFAF81

Text Example


Text Example

White with #AFAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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