#9EFB9A

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

Shades of Pale Green #9EFB9A

Tints of Pale Green #9EFB9A

Color information

#9EFB9A (or 0x9EFB9A) is unknown color: approx Pale Green. HEX triplet: 9E, FB and 9A. RGB value is (158,251,154). Sum of RGB (Red+Green+Blue) = 158+251+154=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFB9A is #610465. Grayscale: #D4D4D4. Windows color (decimal): -6358118 or 10156958. OLE color: 10156958.

HSL color Cylindrical-coordinate representation of color #9EFB9A: hue angle of 117.53º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EFB9A is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB158251154-
CMYK0.3700.390.02
HSL117.53º92.38%79.41%-
HSV(B)117.53º38.65%98.43%-
XYZ54.4378.642.87-
YUV212.1495.1989.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.06%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=28.06%
G=44.58%
B=27.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511540.3700.390.02117.5392.3879.41
Hex9EFB9A250272765c4f
Octal236373232450472166134117
Binary100111101111101110011010100101010011110111011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,251,154); }

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

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

 a { background-color: rgb(158,251,154); }

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

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

 span { border-color: rgb(158,251,154); }

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