Html Css Color HEX #AFAF84 Neutral Green

📋 copy color: '#AFAF84'

red 175 ◦ green 175 ◦ blue 132

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

Shades of Neutral Green #AFAF84

Tints of Neutral Green #AFAF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 36.31%
G = 36.31%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AFAF84 (or 0xAFAF84) is known color: Neutral Green. HEX triplet: AF, AF and 84. RGB value is (175,175,132). Sum of RGB (Red+Green+Blue) = 175+175+132=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF84 is #50507B. Grayscale: #AAAAAA. Windows color (decimal): -5263484 or 8695727. OLE color: 8695727.

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

Color convert

RGB 175 175 132 -
CMYK 0 0 0.25 0.31
HSL 60º 0.21% 0.6% -
HSV(B) 60º 0.25% 0.69% -
XYZ 37.17 41.44 27.87 -
YUV 170.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 175 175 132 0 0 0.25 0.31 60 0.21 0.6
Hex AF AF 84 0 0 19 1F 3C 15 3C
Octal 257 257 204 0 0 31 37 74 25 74
Binary 10101111 10101111 10000100 0 0 11001 11111 111100 10101 111100

Color Harmonies of #AFAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF84

Black with #AFAF84

Text Example


Text Example

White with #AFAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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