#92F194

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

Shades of Light Green #92F194

Tints of Light Green #92F194

Color information

#92F194 (or 0x92F194) is unknown color: approx Light Green. HEX triplet: 92, F1 and 94. RGB value is (146,241,148). Sum of RGB (Red+Green+Blue) = 146+241+148=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #92F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F194 is #6D0E6B. Grayscale: #CACACA. Windows color (decimal): -7147116 or 9761170. OLE color: 9761170.

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

Color convert

RGB146241148-
CMYK0.3900.390.05
HSL121.26º77.24%75.88%-
HSV(B)121.26º39.42%94.51%-
XYZ48.6571.1639.19-
YUV201.9997.5388.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=27.29%
G=45.05%
B=27.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462411480.3900.390.05121.2677.2475.88
Hex92F194270275794d4c
Octal222361224470475171115114
Binary1001001011110001100101001001110100111101111100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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