Html Css Color HEX #AFF1AB Moss Green

📋 copy color: '#AFF1AB'

red 175 ◦ green 241 ◦ blue 171

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

Shades of Moss Green #AFF1AB

Tints of Moss Green #AFF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

 BLUE value IS 171 (67.19% from 255) = 29.13%

R = 29.81%
G = 41.06%
B = 29.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#AFF1AB (or 0xAFF1AB) is known color: Moss Green. HEX triplet: AF, F1 and AB. RGB value is (175,241,171). Sum of RGB (Red+Green+Blue) = 175+241+171=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AB is #500E54. Grayscale: #D5D5D5. Windows color (decimal): -5246549 or 11268527. OLE color: 11268527.

HSL color Cylindrical-coordinate representation of color #AFF1AB: hue angle of 116.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF1AB is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 171 -
CMYK 0.27 0 0.29 0.05
HSL 116.57º 0.71% 0.81% -
HSV(B) 116.57º 0.29% 0.95% -
XYZ 56.49 74.96 50.02 -
YUV 213.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 175 241 171 0.27 0 0.29 0.05 116.57 0.71 0.81
Hex AF F1 AB 1B 0 1D 5 75 47 51
Octal 257 361 253 33 0 35 5 165 107 121
Binary 10101111 11110001 10101011 11011 0 11101 101 1110101 1000111 1010001

Color Harmonies of #AFF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1AB

Black with #AFF1AB

Text Example


Text Example

White with #AFF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1AB; }

 p { color: rgb(175,241,171); }

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

background-color css

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

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

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

border-color css

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

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

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