#9DF7AF

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

Shades of Celadon #9DF7AF

Tints of Celadon #9DF7AF

Color information

#9DF7AF (or 0x9DF7AF) is unknown color: approx Celadon. HEX triplet: 9D, F7 and AF. RGB value is (157,247,175). Sum of RGB (Red+Green+Blue) = 157+247+175=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF7AF is #620850. Grayscale: #D4D4D4. Windows color (decimal): -6424657 or 11532189. OLE color: 11532189.

HSL color Cylindrical-coordinate representation of color #9DF7AF: hue angle of 132º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF7AF is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB157247175-
CMYK0.3600.290.03
HSL132º84.91%79.22%-
HSV(B)132º36.44%96.86%-
XYZ54.976.7852.48-
YUV211.88107.1888.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.12%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=27.12%
G=42.66%
B=30.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572471750.3600.290.0313284.9179.22
Hex9DF7AF2401D384554f
Octal235367257440353204125117
Binary100111011111011110101111100100011101111000010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,247,175); }

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

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

 a { background-color: rgb(157,247,175); }

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

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

 span { border-color: rgb(157,247,175); }

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