Html Css Color HEX #AFAC7D Neutral Green

📋 copy color: '#AFAC7D'

red 175 ◦ green 172 ◦ blue 125

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

Shades of Neutral Green #AFAC7D

Tints of Neutral Green #AFAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 37.08%
G = 36.44%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AFAC7D (or 0xAFAC7D) is known color: Neutral Green. HEX triplet: AF, AC and 7D. RGB value is (175,172,125). Sum of RGB (Red+Green+Blue) = 175+172+125=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC7D is #505382. Grayscale: #A7A7A7. Windows color (decimal): -5264259 or 8236207. OLE color: 8236207.

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

Color convert

RGB 175 172 125 -
CMYK 0 0.02 0.29 0.31
HSL 56.4º 0.24% 0.59% -
HSV(B) 56.4º 0.29% 0.69% -
XYZ 36.13 40.1 25.24 -
YUV 167.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 175 172 125 0 0.02 0.29 0.31 56.4 0.24 0.59
Hex AF AC 7D 0 2 1D 1F 38 18 3B
Octal 257 254 175 0 2 35 37 70 30 73
Binary 10101111 10101100 1111101 0 10 11101 11111 111000 11000 111011

Color Harmonies of #AFAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC7D

Black with #AFAC7D

Text Example


Text Example

White with #AFAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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