#92F48B

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

Shades of Light Green #92F48B

Tints of Light Green #92F48B

Color information

#92F48B (or 0x92F48B) is unknown color: approx Light Green. HEX triplet: 92, F4 and 8B. RGB value is (146,244,139). Sum of RGB (Red+Green+Blue) = 146+244+139=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #92F48B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F48B is #6D0B74. Grayscale: #CBCBCB. Windows color (decimal): -7146357 or 9172114. OLE color: 9172114.

HSL color Cylindrical-coordinate representation of color #92F48B: hue angle of 116º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92F48B is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB146244139-
CMYK0.4000.430.04
HSL116º82.68%75.1%-
HSV(B)116º43.03%95.69%-
XYZ48.8672.6835.88-
YUV202.7392.0387.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=27.60%
G=46.12%
B=26.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462441390.4000.430.0411682.6875.1
Hex92F48B2802B474534b
Octal222364213500534164123113
Binary1001001011110100100010111010000101011100111010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,244,139); }

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

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

 a { background-color: rgb(146,244,139); }

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

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

 span { border-color: rgb(146,244,139); }

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