Html Css Color HEX #AFECAD Moss Green

📋 copy color: '#AFECAD'

red 175 ◦ green 236 ◦ blue 173

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

Shades of Moss Green #AFECAD

Tints of Moss Green #AFECAD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

 BLUE value IS 173 (67.97% from 255) = 29.62%

R = 29.97%
G = 40.41%
B = 29.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#AFECAD (or 0xAFECAD) is known color: Moss Green. HEX triplet: AF, EC and AD. RGB value is (175,236,173). Sum of RGB (Red+Green+Blue) = 175+236+173=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAD is #501352. Grayscale: #D2D2D2. Windows color (decimal): -5247827 or 11398319. OLE color: 11398319.

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

Color convert

RGB 175 236 173 -
CMYK 0.26 0 0.27 0.07
HSL 118.1º 0.62% 0.8% -
HSV(B) 118.1º 0.27% 0.93% -
XYZ 55.22 72.12 50.55 -
YUV 210.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 175 236 173 0.26 0 0.27 0.07 118.1 0.62 0.8
Hex AF EC AD 1A 0 1B 7 76 3E 50
Octal 257 354 255 32 0 33 7 166 76 120
Binary 10101111 11101100 10101101 11010 0 11011 111 1110110 111110 1010000

Color Harmonies of #AFECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECAD

Black with #AFECAD

Text Example


Text Example

White with #AFECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECAD; }

 p { color: rgb(175,236,173); }

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

background-color css

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

 a { background-color: rgb(175,236,173); }

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

border-color css

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

 span { border-color: rgb(175,236,173); }

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