#9CF095

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

Shades of Pale Green #9CF095

Tints of Pale Green #9CF095

Color information

#9CF095 (or 0x9CF095) is unknown color: approx Pale Green. HEX triplet: 9C, F0 and 95. RGB value is (156,240,149). Sum of RGB (Red+Green+Blue) = 156+240+149=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF095 is #630F6A. Grayscale: #CCCCCC. Windows color (decimal): -6492011 or 9826460. OLE color: 9826460.

HSL color Cylindrical-coordinate representation of color #9CF095: hue angle of 115.38º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF095 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB156240149-
CMYK0.3500.380.06
HSL115.38º75.21%76.27%-
HSV(B)115.38º37.92%94.12%-
XYZ50.371.5639.6-
YUV204.5196.6793.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 240 (94.14% from 255) = 44.04%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=28.62%
G=44.04%
B=27.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401490.3500.380.06115.3875.2176.27
Hex9CF095230266734b4c
Octal234360225430466163113114
Binary1001110011110000100101011000110100110110111001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,149); }

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

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

 a { background-color: rgb(156,240,149); }

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

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

 span { border-color: rgb(156,240,149); }

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