#9BEDAA

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

Shades of Celadon #9BEDAA

Tints of Celadon #9BEDAA

Color information

#9BEDAA (or 0x9BEDAA) is unknown color: approx Celadon. HEX triplet: 9B, ED and AA. RGB value is (155,237,170). Sum of RGB (Red+Green+Blue) = 155+237+170=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDAA is #641255. Grayscale: #CDCDCD. Windows color (decimal): -6558294 or 11201947. OLE color: 11201947.

HSL color Cylindrical-coordinate representation of color #9BEDAA: hue angle of 130.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDAA is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB155237170-
CMYK0.3500.280.07
HSL130.98º69.49%76.86%-
HSV(B)130.98º34.6%92.94%-
XYZ51.0670.4448.94-
YUV204.84108.3392.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=27.58%
G=42.17%
B=30.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552371700.3500.280.07130.9869.4976.86
Hex9BEDAA2301C783454d
Octal233355252430347203105115
Binary1001101111101101101010101000110111001111000001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,170); }

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

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

 a { background-color: rgb(155,237,170); }

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

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

 span { border-color: rgb(155,237,170); }

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