#92F172

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

Shades of Light Green #92F172

Tints of Light Green #92F172

Color information

#92F172 (or 0x92F172) is unknown color: approx Light Green. HEX triplet: 92, F1 and 72. RGB value is (146,241,114). Sum of RGB (Red+Green+Blue) = 146+241+114=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #92F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F172 is #6D0E8D. Grayscale: #C6C6C6. Windows color (decimal): -7147150 or 7532946. OLE color: 7532946.

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

Color convert

RGB146241114-
CMYK0.3900.530.05
HSL104.88º81.94%69.61%-
HSV(B)104.88º52.7%94.51%-
XYZ46.3570.2427.03-
YUV198.1280.5390.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=29.14%
G=48.10%
B=22.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462411140.3900.530.05104.8881.9469.61
Hex92F172270355695246
Octal222361162470655151122106
Binary100100101111000111100101001110110101101110100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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