#9FE8A5

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

Shades of Celadon #9FE8A5

Tints of Celadon #9FE8A5

Color information

#9FE8A5 (or 0x9FE8A5) is unknown color: approx Celadon. HEX triplet: 9F, E8 and A5. RGB value is (159,232,165). Sum of RGB (Red+Green+Blue) = 159+232+165=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE8A5 is #60175A. Grayscale: #CACACA. Windows color (decimal): -6297435 or 10872991. OLE color: 10872991.

HSL color Cylindrical-coordinate representation of color #9FE8A5: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8A5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB159232165-
CMYK0.3100.290.09
HSL124.93º61.34%76.67%-
HSV(B)124.93º31.47%90.98%-
XYZ49.9567.846.05-
YUV202.54106.8296.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=28.60%
G=41.73%
B=29.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592321650.3100.290.09124.9361.3476.67
Hex9FE8A51F01D97d3d4d
Octal237350245370351117575115
Binary10011111111010001010010111111011101100111111011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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