#9FE5A5

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

Shades of Celadon #9FE5A5

Tints of Celadon #9FE5A5

Color information

#9FE5A5 (or 0x9FE5A5) is unknown color: approx Celadon. HEX triplet: 9F, E5 and A5. RGB value is (159,229,165). Sum of RGB (Red+Green+Blue) = 159+229+165=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE5A5 is #601A5A. Grayscale: #C8C8C8. Windows color (decimal): -6298203 or 10872223. OLE color: 10872223.

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

Color convert

RGB159229165-
CMYK0.3100.280.10
HSL125.14º57.38%76.08%-
HSV(B)125.14º30.57%89.8%-
XYZ49.1166.1345.77-
YUV200.77107.8198.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=28.75%
G=41.41%
B=29.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592291650.3100.280.10125.1457.3876.08
Hex9FE5A51F01CA7d394c
Octal237345245370341217571114
Binary10011111111001011010010111111011100101011111011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,229,165); }

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

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

 a { background-color: rgb(159,229,165); }

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

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

 span { border-color: rgb(159,229,165); }

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