#92F99F

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

Shades of Pale Green #92F99F

Tints of Pale Green #92F99F

Color information

#92F99F (or 0x92F99F) is unknown color: approx Pale Green. HEX triplet: 92, F9 and 9F. RGB value is (146,249,159). Sum of RGB (Red+Green+Blue) = 146+249+159=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #92F99F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F99F is #6D0660. Grayscale: #D0D0D0. Windows color (decimal): -7145057 or 10484114. OLE color: 10484114.

HSL color Cylindrical-coordinate representation of color #92F99F: hue angle of 127.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F99F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB146249159-
CMYK0.4100.360.02
HSL127.57º89.57%77.45%-
HSV(B)127.57º41.37%97.65%-
XYZ51.9976.3744.8-
YUV207.94100.3883.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=26.35%
G=44.95%
B=28.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491590.4100.360.02127.5789.5777.45
Hex92F99F290242805a4d
Octal222371237510442200132115
Binary1001001011111001100111111010010100100101000000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,249,159); }

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

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

 a { background-color: rgb(146,249,159); }

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

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

 span { border-color: rgb(146,249,159); }

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