#92DC98

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

Shades of Light Green #92DC98

Tints of Light Green #92DC98

Color information

#92DC98 (or 0x92DC98) is unknown color: approx Light Green. HEX triplet: 92, DC and 98. RGB value is (146,220,152). Sum of RGB (Red+Green+Blue) = 146+220+152=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC98 is #6D2367. Grayscale: #BEBEBE. Windows color (decimal): -7152488 or 10017938. OLE color: 10017938.

HSL color Cylindrical-coordinate representation of color #92DC98: hue angle of 124.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DC98 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB146220152-
CMYK0.3400.310.14
HSL124.86º51.39%71.76%-
HSV(B)124.86º33.64%86.27%-
XYZ43.1159.5638.93-
YUV190.12106.4896.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.19%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=28.19%
G=42.47%
B=29.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201520.3400.310.14124.8651.3971.76
Hex92DC982201FE7d3348
Octal222334230420371617563110
Binary100100101101110010011000100010011111111011111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,152); }

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

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

 a { background-color: rgb(146,220,152); }

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

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

 span { border-color: rgb(146,220,152); }

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