#9CF194

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

Shades of Pale Green #9CF194

Tints of Pale Green #9CF194

Color information

#9CF194 (or 0x9CF194) is unknown color: approx Pale Green. HEX triplet: 9C, F1 and 94. RGB value is (156,241,148). Sum of RGB (Red+Green+Blue) = 156+241+148=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF194 is #630E6B. Grayscale: #CDCDCD. Windows color (decimal): -6491756 or 9761180. OLE color: 9761180.

HSL color Cylindrical-coordinate representation of color #9CF194: hue angle of 114.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF194 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB156241148-
CMYK0.3500.390.05
HSL114.84º76.86%76.27%-
HSV(B)114.84º38.59%94.51%-
XYZ50.5172.1239.27-
YUV204.9895.8493.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=28.62%
G=44.22%
B=27.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562411480.3500.390.05114.8476.8676.27
Hex9CF194230275734d4c
Octal234361224430475163115114
Binary1001110011110001100101001000110100111101111001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,148); }

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

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

 a { background-color: rgb(156,241,148); }

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

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

 span { border-color: rgb(156,241,148); }

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