#9DE6A5

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

Shades of Celadon #9DE6A5

Tints of Celadon #9DE6A5

Color information

#9DE6A5 (or 0x9DE6A5) is unknown color: approx Celadon. HEX triplet: 9D, E6 and A5. RGB value is (157,230,165). Sum of RGB (Red+Green+Blue) = 157+230+165=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE6A5 is #62195A. Grayscale: #C8C8C8. Windows color (decimal): -6429019 or 10872477. OLE color: 10872477.

HSL color Cylindrical-coordinate representation of color #9DE6A5: hue angle of 126.58º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6A5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB157230165-
CMYK0.3200.280.10
HSL126.58º59.35%75.88%-
HSV(B)126.58º31.74%90.2%-
XYZ48.9966.4845.85-
YUV200.76107.8296.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 230 (90.23% from 255) = 41.67%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=28.44%
G=41.67%
B=29.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572301650.3200.280.10126.5859.3575.88
Hex9DE6A52001CA7f3b4c
Octal235346245400341217773114
Binary100111011110011010100101100000011100101011111111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,230,165); }

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

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

 a { background-color: rgb(157,230,165); }

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

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

 span { border-color: rgb(157,230,165); }

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