#9FF5AF

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

Shades of Celadon #9FF5AF

Tints of Celadon #9FF5AF

Color information

#9FF5AF (or 0x9FF5AF) is unknown color: approx Celadon. HEX triplet: 9F, F5 and AF. RGB value is (159,245,175). Sum of RGB (Red+Green+Blue) = 159+245+175=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF5AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF5AF is #600A50. Grayscale: #D3D3D3. Windows color (decimal): -6294097 or 11531679. OLE color: 11531679.

HSL color Cylindrical-coordinate representation of color #9FF5AF: hue angle of 131.16º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF5AF is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB159245175-
CMYK0.3500.290.04
HSL131.16º81.13%79.22%-
HSV(B)131.16º35.1%96.08%-
XYZ54.6975.7752.3-
YUV211.31107.5190.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.46%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=27.46%
G=42.31%
B=30.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592451750.3500.290.04131.1681.1379.22
Hex9FF5AF2301D483514f
Octal237365257430354203121117
Binary1001111111110101101011111000110111011001000001110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,245,175); }

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

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

 a { background-color: rgb(159,245,175); }

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

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

 span { border-color: rgb(159,245,175); }

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