Html Css Color HEX #AFF0AA Moss Green

📋 copy color: '#AFF0AA'

red 175 ◦ green 240 ◦ blue 170

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

Shades of Moss Green #AFF0AA

Tints of Moss Green #AFF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 29.91%
G = 41.03%
B = 29.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#AFF0AA (or 0xAFF0AA) is known color: Moss Green. HEX triplet: AF, F0 and AA. RGB value is (175,240,170). Sum of RGB (Red+Green+Blue) = 175+240+170=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF0AA is #500F55. Grayscale: #D4D4D4. Windows color (decimal): -5246806 or 11202735. OLE color: 11202735.

HSL color Cylindrical-coordinate representation of color #AFF0AA: hue angle of 115.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF0AA is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 170 -
CMYK 0.27 0 0.29 0.06
HSL 115.71º 0.7% 0.8% -
HSV(B) 115.71º 0.29% 0.94% -
XYZ 56.09 74.34 49.42 -
YUV 212.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 175 240 170 0.27 0 0.29 0.06 115.71 0.7 0.8
Hex AF F0 AA 1B 0 1D 6 74 46 50
Octal 257 360 252 33 0 35 6 164 106 120
Binary 10101111 11110000 10101010 11011 0 11101 110 1110100 1000110 1010000

Color Harmonies of #AFF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0AA

Black with #AFF0AA

Text Example


Text Example

White with #AFF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0AA; }

 p { color: rgb(175,240,170); }

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

background-color css

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

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

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

border-color css

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

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

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