#92F19F

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

Shades of Pale Green #92F19F

Tints of Pale Green #92F19F

Color information

#92F19F (or 0x92F19F) is unknown color: approx Pale Green. HEX triplet: 92, F1 and 9F. RGB value is (146,241,159). Sum of RGB (Red+Green+Blue) = 146+241+159=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #92F19F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F19F is #6D0E60. Grayscale: #CBCBCB. Windows color (decimal): -7147105 or 10482066. OLE color: 10482066.

HSL color Cylindrical-coordinate representation of color #92F19F: hue angle of 128.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F19F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB146241159-
CMYK0.3900.340.05
HSL128.21º77.24%75.88%-
HSV(B)128.21º39.42%94.51%-
XYZ49.5771.5243.99-
YUV203.25103.0387.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 241 (94.53% from 255) = 44.14%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=26.74%
G=44.14%
B=29.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462411590.3900.340.05128.2177.2475.88
Hex92F19F270225804d4c
Octal222361237470425200115114
Binary10010010111100011001111110011101000101011000000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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