Html Css Color HEX #AFAC7F Neutral Green

📋 copy color: '#AFAC7F'

red 175 ◦ green 172 ◦ blue 127

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

Shades of Neutral Green #AFAC7F

Tints of Neutral Green #AFAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 36.92%
G = 36.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AFAC7F (or 0xAFAC7F) is known color: Neutral Green. HEX triplet: AF, AC and 7F. RGB value is (175,172,127). Sum of RGB (Red+Green+Blue) = 175+172+127=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC7F is #505380. Grayscale: #A7A7A7. Windows color (decimal): -5264257 or 8367279. OLE color: 8367279.

HSL color Cylindrical-coordinate representation of color #AFAC7F: hue angle of 56.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFAC7F is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 172 127 -
CMYK 0 0.02 0.27 0.31
HSL 56.25º 0.23% 0.59% -
HSV(B) 56.25º 0.27% 0.69% -
XYZ 36.26 40.15 25.92 -
YUV 167.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 175 172 127 0 0.02 0.27 0.31 56.25 0.23 0.59
Hex AF AC 7F 0 2 1B 1F 38 17 3B
Octal 257 254 177 0 2 33 37 70 27 73
Binary 10101111 10101100 1111111 0 10 11011 11111 111000 10111 111011

Color Harmonies of #AFAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC7F

Black with #AFAC7F

Text Example


Text Example

White with #AFAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC7F; }

 p { color: rgb(175,172,127); }

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

background-color css

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

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

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

border-color css

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

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

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