Html Css Color HEX #AFEBA8 Moss Green

📋 copy color: '#AFEBA8'

red 175 ◦ green 235 ◦ blue 168

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

Shades of Moss Green #AFEBA8

Tints of Moss Green #AFEBA8

RGB

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

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

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

R = 30.28%
G = 40.66%
B = 29.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#AFEBA8 (or 0xAFEBA8) is known color: Moss Green. HEX triplet: AF, EB and A8. RGB value is (175,235,168). Sum of RGB (Red+Green+Blue) = 175+235+168=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA8 is #501457. Grayscale: #D1D1D1. Windows color (decimal): -5248088 or 11070383. OLE color: 11070383.

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

Color convert

RGB 175 235 168 -
CMYK 0.26 0 0.29 0.08
HSL 113.73º 0.63% 0.79% -
HSV(B) 113.73º 0.29% 0.92% -
XYZ 54.46 71.36 47.95 -
YUV 209.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 175 235 168 0.26 0 0.29 0.08 113.73 0.63 0.79
Hex AF EB A8 1A 0 1D 8 72 3F 4F
Octal 257 353 250 32 0 35 10 162 77 117
Binary 10101111 11101011 10101000 11010 0 11101 1000 1110010 111111 1001111

Color Harmonies of #AFEBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBA8

Black with #AFEBA8

Text Example


Text Example

White with #AFEBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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