#92FB95

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

Shades of Pale Green #92FB95

Tints of Pale Green #92FB95

Color information

#92FB95 (or 0x92FB95) is unknown color: approx Pale Green. HEX triplet: 92, FB and 95. RGB value is (146,251,149). Sum of RGB (Red+Green+Blue) = 146+251+149=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #92FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FB95 is #6D046A. Grayscale: #D0D0D0. Windows color (decimal): -7144555 or 9829266. OLE color: 9829266.

HSL color Cylindrical-coordinate representation of color #92FB95: hue angle of 121.71º 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 #92FB95 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB146251149-
CMYK0.4200.410.02
HSL121.71º92.92%77.84%-
HSV(B)121.71º41.83%98.43%-
XYZ51.7877.2840.62-
YUV207.9894.7183.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 251 (98.44% from 255) = 45.97%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=26.74%
G=45.97%
B=27.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462511490.4200.410.02121.7192.9277.84
Hex92FB952A02927a5d4e
Octal222373225520512172135116
Binary100100101111101110010101101010010100110111101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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