#92F990

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

Shades of Pale Green #92F990

Tints of Pale Green #92F990

Color information

#92F990 (or 0x92F990) is unknown color: approx Pale Green. HEX triplet: 92, F9 and 90. RGB value is (146,249,144). Sum of RGB (Red+Green+Blue) = 146+249+144=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #92F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F990 is #6D066F. Grayscale: #CECECE. Windows color (decimal): -7145072 or 9501074. OLE color: 9501074.

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

Color convert

RGB146249144-
CMYK0.4100.420.02
HSL118.86º89.74%77.06%-
HSV(B)118.86º42.17%97.65%-
XYZ50.7675.8838.36-
YUV206.2392.8885.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=27.09%
G=46.20%
B=26.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491440.4100.420.02118.8689.7477.06
Hex92F9902902A2775a4d
Octal222371220510522167132115
Binary100100101111100110010000101001010101010111011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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