#92FB96

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

Shades of Pale Green #92FB96

Tints of Pale Green #92FB96

Color information

#92FB96 (or 0x92FB96) is unknown color: approx Pale Green. HEX triplet: 92, FB and 96. RGB value is (146,251,150). Sum of RGB (Red+Green+Blue) = 146+251+150=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #92FB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FB96 is #6D0469. Grayscale: #D0D0D0. Windows color (decimal): -7144554 or 9894802. OLE color: 9894802.

HSL color Cylindrical-coordinate representation of color #92FB96: hue angle of 122.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FB96 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB146251150-
CMYK0.4200.400.02
HSL122.29º92.92%77.84%-
HSV(B)122.29º41.83%98.43%-
XYZ51.8677.3141.04-
YUV208.0995.2183.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=26.69%
G=45.89%
B=27.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462511500.4200.400.02122.2992.9277.84
Hex92FB962A02827a5d4e
Octal222373226520502172135116
Binary100100101111101110010110101010010100010111101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92FB96; }

 p { color: rgb(146,251,150); }

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

<style>
 a { background-color: #92FB96; }

 a { background-color: rgb(146,251,150); }

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

<style>
 span { border-color: #92FB96; }

 span { border-color: rgb(146,251,150); }

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