Html Css Color HEX #AFEAAB Moss Green

📋 copy color: '#AFEAAB'

red 175 ◦ green 234 ◦ blue 171

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

Shades of Moss Green #AFEAAB

Tints of Moss Green #AFEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.34%

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

R = 30.17%
G = 40.34%
B = 29.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#AFEAAB (or 0xAFEAAB) is known color: Moss Green. HEX triplet: AF, EA and AB. RGB value is (175,234,171). Sum of RGB (Red+Green+Blue) = 175+234+171=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAAB is #501554. Grayscale: #D1D1D1. Windows color (decimal): -5248341 or 11266735. OLE color: 11266735.

HSL color Cylindrical-coordinate representation of color #AFEAAB: hue angle of 116.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEAAB is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 171 -
CMYK 0.25 0 0.27 0.08
HSL 116.19º 0.6% 0.79% -
HSV(B) 116.19º 0.27% 0.92% -
XYZ 54.45 70.9 49.34 -
YUV 209.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 175 234 171 0.25 0 0.27 0.08 116.19 0.6 0.79
Hex AF EA AB 19 0 1B 8 74 3C 4F
Octal 257 352 253 31 0 33 10 164 74 117
Binary 10101111 11101010 10101011 11001 0 11011 1000 1110100 111100 1001111

Color Harmonies of #AFEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAAB

Black with #AFEAAB

Text Example


Text Example

White with #AFEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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