#9FF2B4

Color #9FF2B4 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9FF2B4

Tints of Celadon #9FF2B4

Color information

#9FF2B4 (or 0x9FF2B4) is unknown color: approx Celadon. HEX triplet: 9F, F2 and B4. RGB value is (159,242,180). Sum of RGB (Red+Green+Blue) = 159+242+180=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2B4 is #600D4B. Grayscale: #D2D2D2. Windows color (decimal): -6294860 or 11858591. OLE color: 11858591.

HSL color Cylindrical-coordinate representation of color #9FF2B4: hue angle of 135.18º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2B4 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB159242180-
CMYK0.3400.260.05
HSL135.18º76.15%78.63%-
HSV(B)135.18º34.3%94.9%-
XYZ54.2974.1754.64-
YUV210.1211191.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=27.37%
G=41.65%
B=30.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592421800.3400.260.05135.1876.1578.63
Hex9FF2B42201A5874c4f
Octal237362264420325207114117
Binary1001111111110010101101001000100110101011000011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,242,180); }

 H1.HeaderClassName
 {
   color: #9FF2B4;
 }
 .AnyTagClassName
 {
   color: #9FF2B4;
 }
</style>
background-color css

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

 a { background-color: rgb(159,242,180); }

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

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

 span { border-color: rgb(159,242,180); }

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