#9EFBAC

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

Shades of Pale Green #9EFBAC

Tints of Pale Green #9EFBAC

Color information

#9EFBAC (or 0x9EFBAC) is unknown color: approx Pale Green. HEX triplet: 9E, FB and AC. RGB value is (158,251,172). Sum of RGB (Red+Green+Blue) = 158+251+172=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFBAC is #610453. Grayscale: #D6D6D6. Windows color (decimal): -6358100 or 11336606. OLE color: 11336606.

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

Color convert

RGB158251172-
CMYK0.3700.310.02
HSL129.03º92.08%80.2%-
HSV(B)129.03º37.05%98.43%-
XYZ56.0479.2451.37-
YUV214.19104.1987.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=27.19%
G=43.20%
B=29.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511720.3700.310.02129.0392.0880.2
Hex9EFBAC2501F2815c50
Octal236373254450372201134120
Binary100111101111101110101100100101011111101000000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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