#9DEAA7

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

Shades of Celadon #9DEAA7

Tints of Celadon #9DEAA7

Color information

#9DEAA7 (or 0x9DEAA7) is unknown color: approx Celadon. HEX triplet: 9D, EA and A7. RGB value is (157,234,167). Sum of RGB (Red+Green+Blue) = 157+234+167=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEAA7 is #621558. Grayscale: #CBCBCB. Windows color (decimal): -6427993 or 11004573. OLE color: 11004573.

HSL color Cylindrical-coordinate representation of color #9DEAA7: hue angle of 127.79º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAA7 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB157234167-
CMYK0.3300.290.08
HSL127.79º64.71%76.67%-
HSV(B)127.79º32.91%91.76%-
XYZ50.368.847.19-
YUV203.34107.4994.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.14%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=28.14%
G=41.94%
B=29.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572341670.3300.290.08127.7964.7176.67
Hex9DEAA72101D880414d
Octal2353522474103510200101115
Binary10011101111010101010011110000101110110001000000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,167); }

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

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

 a { background-color: rgb(157,234,167); }

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

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

 span { border-color: rgb(157,234,167); }

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