#9FE3A2

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

Shades of Celadon #9FE3A2

Tints of Celadon #9FE3A2

Color information

#9FE3A2 (or 0x9FE3A2) is unknown color: approx Celadon. HEX triplet: 9F, E3 and A2. RGB value is (159,227,162). Sum of RGB (Red+Green+Blue) = 159+227+162=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE3A2 is #601C5D. Grayscale: #C7C7C7. Windows color (decimal): -6298718 or 10675103. OLE color: 10675103.

HSL color Cylindrical-coordinate representation of color #9FE3A2: hue angle of 122.65º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3A2 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB159227162-
CMYK0.3000.290.11
HSL122.65º54.84%75.69%-
HSV(B)122.65º29.96%89.02%-
XYZ48.2964.9244.17-
YUV199.26106.9799.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 227 (89.06% from 255) = 41.42%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=29.01%
G=41.42%
B=29.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592271620.3000.290.11122.6554.8475.69
Hex9FE3A21E01DB7b374c
Octal237343242360351317367114
Binary10011111111000111010001011110011101101111110111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,227,162); }

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

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

 a { background-color: rgb(159,227,162); }

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

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

 span { border-color: rgb(159,227,162); }

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