#9DF0B4

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

Shades of Celadon #9DF0B4

Tints of Celadon #9DF0B4

Color information

#9DF0B4 (or 0x9DF0B4) is unknown color: approx Celadon. HEX triplet: 9D, F0 and B4. RGB value is (157,240,180). Sum of RGB (Red+Green+Blue) = 157+240+180=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF0B4 is #620F4B. Grayscale: #D0D0D0. Windows color (decimal): -6426444 or 11858077. OLE color: 11858077.

HSL color Cylindrical-coordinate representation of color #9DF0B4: hue angle of 136.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0B4 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB157240180-
CMYK0.3500.250.06
HSL136.63º73.45%77.84%-
HSV(B)136.63º34.58%94.12%-
XYZ53.372.7854.42-
YUV208.3411291.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=27.21%
G=41.59%
B=31.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401800.3500.250.06136.6373.4577.84
Hex9DF0B423019689494e
Octal235360264430316211111116
Binary1001110111110000101101001000110110011101000100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,240,180); }

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

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

 a { background-color: rgb(157,240,180); }

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

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

 span { border-color: rgb(157,240,180); }

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