Html Css Color HEX #AFEBAB Moss Green

📋 copy color: '#AFEBAB'

red 175 ◦ green 235 ◦ blue 171

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

Shades of Moss Green #AFEBAB

Tints of Moss Green #AFEBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

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

R = 30.12%
G = 40.45%
B = 29.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#AFEBAB (or 0xAFEBAB) is known color: Moss Green. HEX triplet: AF, EB and AB. RGB value is (175,235,171). Sum of RGB (Red+Green+Blue) = 175+235+171=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAB is #501454. Grayscale: #D1D1D1. Windows color (decimal): -5248085 or 11266991. OLE color: 11266991.

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

Color convert

RGB 175 235 171 -
CMYK 0.26 0 0.27 0.08
HSL 116.25º 0.62% 0.8% -
HSV(B) 116.25º 0.27% 0.92% -
XYZ 54.74 71.47 49.44 -
YUV 209.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 175 235 171 0.26 0 0.27 0.08 116.25 0.62 0.8
Hex AF EB AB 1A 0 1B 8 74 3E 50
Octal 257 353 253 32 0 33 10 164 76 120
Binary 10101111 11101011 10101011 11010 0 11011 1000 1110100 111110 1010000

Color Harmonies of #AFEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBAB

Black with #AFEBAB

Text Example


Text Example

White with #AFEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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