#92F995

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

Shades of Pale Green #92F995

Tints of Pale Green #92F995

Color information

#92F995 (or 0x92F995) is unknown color: approx Pale Green. HEX triplet: 92, F9 and 95. RGB value is (146,249,149). Sum of RGB (Red+Green+Blue) = 146+249+149=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #92F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F995 is #6D066A. Grayscale: #CFCFCF. Windows color (decimal): -7145067 or 9828754. OLE color: 9828754.

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

Color convert

RGB146249149-
CMYK0.4100.400.02
HSL121.75º89.57%77.45%-
HSV(B)121.75º41.37%97.65%-
XYZ51.1576.0340.41-
YUV206.895.3884.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.84%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=26.84%
G=45.77%
B=27.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491490.4100.400.02121.7589.5777.45
Hex92F9952902827a5a4d
Octal222371225510502172132115
Binary100100101111100110010101101001010100010111101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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