#9BF2AC

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

Shades of Celadon #9BF2AC

Tints of Celadon #9BF2AC

Color information

#9BF2AC (or 0x9BF2AC) is unknown color: approx Celadon. HEX triplet: 9B, F2 and AC. RGB value is (155,242,172). Sum of RGB (Red+Green+Blue) = 155+242+172=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AC is #640D53. Grayscale: #D0D0D0. Windows color (decimal): -6557012 or 11334299. OLE color: 11334299.

HSL color Cylindrical-coordinate representation of color #9BF2AC: hue angle of 131.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2AC is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB155242172-
CMYK0.3600.290.05
HSL131.72º76.99%77.84%-
HSV(B)131.72º35.95%94.9%-
XYZ52.7273.4550.43-
YUV208.01107.6890.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=27.24%
G=42.53%
B=30.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421720.3600.290.05131.7276.9977.84
Hex9BF2AC2401D5844d4e
Octal233362254440355204115116
Binary1001101111110010101011001001000111011011000010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,242,172); }

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

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

 a { background-color: rgb(155,242,172); }

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

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

 span { border-color: rgb(155,242,172); }

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