Html Css Color HEX #9FDFA2 Moss Green

📋 copy color: '#9FDFA2'

red 159 ◦ green 223 ◦ blue 162

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

Shades of Moss Green #9FDFA2

Tints of Moss Green #9FDFA2

RGB

 RED value IS 159 (62.5% from 255) = 29.23%

 GREEN value IS 223 (87.5% from 255) = 40.99%

 BLUE value IS 162 (63.67% from 255) = 29.78%

R = 29.23%
G = 40.99%
B = 29.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9FDFA2 (or 0x9FDFA2) is known color: Moss Green. HEX triplet: 9F, DF and A2. RGB value is (159,223,162). Sum of RGB (Red+Green+Blue) = 159+223+162=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFA2 is #60205D. Grayscale: #C5C5C5. Windows color (decimal): -6299742 or 10674079. OLE color: 10674079.

HSL color Cylindrical-coordinate representation of color #9FDFA2: hue angle of 122.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFA2 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 162 -
CMYK 0.29 0 0.27 0.13
HSL 122.81º 0.5% 0.75% -
HSV(B) 122.81º 0.29% 0.87% -
XYZ 47.21 62.75 43.81 -
YUV 196.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 159 223 162 0.29 0 0.27 0.13 122.81 0.5 0.75
Hex 9F DF A2 1D 0 1B D 7B 32 4B
Octal 237 337 242 35 0 33 15 173 62 113
Binary 10011111 11011111 10100010 11101 0 11011 1101 1111011 110010 1001011

Color Harmonies of #9FDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFA2

Black with #9FDFA2

Text Example


Text Example

White with #9FDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDFA2; }

 p { color: rgb(159,223,162); }

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

background-color css

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

 a { background-color: rgb(159,223,162); }

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

border-color css

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

 span { border-color: rgb(159,223,162); }

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