Html Css Color HEX #9AFBC9 Magic Mint

📋 copy color: '#9AFBC9'

red 154 ◦ green 251 ◦ blue 201

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

Shades of Magic Mint #9AFBC9

Tints of Magic Mint #9AFBC9

RGB

 RED value IS 154 (60.55% from 255) = 25.41%

 GREEN value IS 251 (98.44% from 255) = 41.42%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 25.41%
G = 41.42%
B = 33.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#9AFBC9 (or 0x9AFBC9) is known color: Magic Mint. HEX triplet: 9A, FB and C9. RGB value is (154,251,201). Sum of RGB (Red+Green+Blue) = 154+251+201=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBC9 is #650436. Grayscale: #D8D8D8. Windows color (decimal): -6620215 or 13237146. OLE color: 13237146.

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

Color convert

RGB 154 251 201 -
CMYK 0.39 0 0.20 0.02
HSL 149.07º 0.92% 0.79% -
HSV(B) 149.07º 0.39% 0.98% -
XYZ 58.37 80.08 67.64 -
YUV 216.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 154 251 201 0.39 0 0.20 0.02 149.07 0.92 0.79
Hex 9A FB C9 27 0 14 2 95 5C 4F
Octal 232 373 311 47 0 24 2 225 134 117
Binary 10011010 11111011 11001001 100111 0 10100 10 10010101 1011100 1001111

Color Harmonies of #9AFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBC9

Black with #9AFBC9

Text Example


Text Example

White with #9AFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,201); }

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

background-color css

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

 a { background-color: rgb(154,251,201); }

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

border-color css

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

 span { border-color: rgb(154,251,201); }

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