#92F98D

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

Shades of Light Green #92F98D

Tints of Light Green #92F98D

Color information

#92F98D (or 0x92F98D) is unknown color: approx Light Green. HEX triplet: 92, F9 and 8D. RGB value is (146,249,141). Sum of RGB (Red+Green+Blue) = 146+249+141=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #92F98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F98D is #6D0672. Grayscale: #CECECE. Windows color (decimal): -7145075 or 9304466. OLE color: 9304466.

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

Color convert

RGB146249141-
CMYK0.4100.430.02
HSL117.22º90%76.47%-
HSV(B)117.22º43.37%97.65%-
XYZ50.5475.7937.16-
YUV205.8991.3885.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.24%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=27.24%
G=46.46%
B=26.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491410.4100.430.02117.229076.47
Hex92F98D2902B2755a4c
Octal222371215510532165132114
Binary100100101111100110001101101001010101110111010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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