Html Css Color HEX #9CF9C0 Magic Mint

📋 copy color: '#9CF9C0'

red 156 ◦ green 249 ◦ blue 192

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

Shades of Magic Mint #9CF9C0

Tints of Magic Mint #9CF9C0

RGB

 RED value IS 156 (61.33% from 255) = 26.13%

 GREEN value IS 249 (97.66% from 255) = 41.71%

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 26.13%
G = 41.71%
B = 32.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#9CF9C0 (or 0x9CF9C0) is known color: Magic Mint. HEX triplet: 9C, F9 and C0. RGB value is (156,249,192). Sum of RGB (Red+Green+Blue) = 156+249+192=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9C0 is #63063F. Grayscale: #D6D6D6. Windows color (decimal): -6489664 or 12646812. OLE color: 12646812.

HSL color Cylindrical-coordinate representation of color #9CF9C0: hue angle of 143.23º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9C0 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 249 192 -
CMYK 0.37 0 0.23 0.02
HSL 143.23º 0.89% 0.79% -
HSV(B) 143.23º 0.37% 0.98% -
XYZ 57.1 78.63 62.04 -
YUV 214.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 156 249 192 0.37 0 0.23 0.02 143.23 0.89 0.79
Hex 9C F9 C0 25 0 17 2 8F 59 4F
Octal 234 371 300 45 0 27 2 217 131 117
Binary 10011100 11111001 11000000 100101 0 10111 10 10001111 1011001 1001111

Color Harmonies of #9CF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF9C0

Black with #9CF9C0

Text Example


Text Example

White with #9CF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,249,192); }

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

background-color css

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

 a { background-color: rgb(156,249,192); }

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

border-color css

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

 span { border-color: rgb(156,249,192); }

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