#92F994

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

Shades of Pale Green #92F994

Tints of Pale Green #92F994

Color information

#92F994 (or 0x92F994) is unknown color: approx Pale Green. HEX triplet: 92, F9 and 94. RGB value is (146,249,148). Sum of RGB (Red+Green+Blue) = 146+249+148=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #92F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F994 is #6D066B. Grayscale: #CECECE. Windows color (decimal): -7145068 or 9763218. OLE color: 9763218.

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

Color convert

RGB146249148-
CMYK0.4100.410.02
HSL121.17º89.57%77.45%-
HSV(B)121.17º41.37%97.65%-
XYZ51.087639.99-
YUV206.6994.8884.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=26.89%
G=45.86%
B=27.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491480.4100.410.02121.1789.5777.45
Hex92F994290292795a4d
Octal222371224510512171132115
Binary100100101111100110010100101001010100110111100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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