Html Css Color HEX #AFEFA8 Moss Green

📋 copy color: '#AFEFA8'

red 175 ◦ green 239 ◦ blue 168

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

Shades of Moss Green #AFEFA8

Tints of Moss Green #AFEFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

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

R = 30.07%
G = 41.07%
B = 28.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#AFEFA8 (or 0xAFEFA8) is known color: Moss Green. HEX triplet: AF, EF and A8. RGB value is (175,239,168). Sum of RGB (Red+Green+Blue) = 175+239+168=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFA8 is #501057. Grayscale: #D3D3D3. Windows color (decimal): -5247064 or 11071407. OLE color: 11071407.

HSL color Cylindrical-coordinate representation of color #AFEFA8: hue angle of 114.08º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEFA8 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 168 -
CMYK 0.27 0 0.30 0.06
HSL 114.08º 0.69% 0.8% -
HSV(B) 114.08º 0.3% 0.94% -
XYZ 55.61 73.67 48.34 -
YUV 211.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 175 239 168 0.27 0 0.30 0.06 114.08 0.69 0.8
Hex AF EF A8 1B 0 1E 6 72 45 50
Octal 257 357 250 33 0 36 6 162 105 120
Binary 10101111 11101111 10101000 11011 0 11110 110 1110010 1000101 1010000

Color Harmonies of #AFEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFA8

Black with #AFEFA8

Text Example


Text Example

White with #AFEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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