Html Css Color HEX #AFF2A8 Moss Green

📋 copy color: '#AFF2A8'

red 175 ◦ green 242 ◦ blue 168

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

Shades of Moss Green #AFF2A8

Tints of Moss Green #AFF2A8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 168 (66.02% from 255) = 28.72%

R = 29.91%
G = 41.37%
B = 28.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#AFF2A8 (or 0xAFF2A8) is known color: Moss Green. HEX triplet: AF, F2 and A8. RGB value is (175,242,168). Sum of RGB (Red+Green+Blue) = 175+242+168=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2A8 is #500D57. Grayscale: #D5D5D5. Windows color (decimal): -5246296 or 11072175. OLE color: 11072175.

HSL color Cylindrical-coordinate representation of color #AFF2A8: hue angle of 114.32º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF2A8 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 168 -
CMYK 0.28 0 0.31 0.05
HSL 114.32º 0.74% 0.8% -
HSV(B) 114.32º 0.31% 0.95% -
XYZ 56.5 75.45 48.63 -
YUV 213.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 175 242 168 0.28 0 0.31 0.05 114.32 0.74 0.8
Hex AF F2 A8 1C 0 1F 5 72 4A 50
Octal 257 362 250 34 0 37 5 162 112 120
Binary 10101111 11110010 10101000 11100 0 11111 101 1110010 1001010 1010000

Color Harmonies of #AFF2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2A8

Black with #AFF2A8

Text Example


Text Example

White with #AFF2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2A8; }

 p { color: rgb(175,242,168); }

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

background-color css

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

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

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

border-color css

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

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

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