#9DF3AC

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

Shades of Celadon #9DF3AC

Tints of Celadon #9DF3AC

Color information

#9DF3AC (or 0x9DF3AC) is unknown color: approx Celadon. HEX triplet: 9D, F3 and AC. RGB value is (157,243,172). Sum of RGB (Red+Green+Blue) = 157+243+172=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF3AC is #620C53. Grayscale: #D1D1D1. Windows color (decimal): -6425684 or 11334557. OLE color: 11334557.

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

Color convert

RGB157243172-
CMYK0.3500.290.05
HSL130.47º78.18%78.43%-
HSV(B)130.47º35.39%95.29%-
XYZ53.474.2550.55-
YUV209.19107.0190.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 243 (95.31% from 255) = 42.48%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=27.45%
G=42.48%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572431720.3500.290.05130.4778.1878.43
Hex9DF3AC2301D5824e4e
Octal235363254430355202116116
Binary1001110111110011101011001000110111011011000001010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,172); }

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

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

 a { background-color: rgb(157,243,172); }

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

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

 span { border-color: rgb(157,243,172); }

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