#92DC95

Color #92DC95 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #92DC95

Tints of Granny Smith Apple #92DC95

Color information

#92DC95 (or 0x92DC95) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DC and 95. RGB value is (146,220,149). Sum of RGB (Red+Green+Blue) = 146+220+149=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC95 is #6D236A. Grayscale: #BDBDBD. Windows color (decimal): -7152491 or 9821330. OLE color: 9821330.

HSL color Cylindrical-coordinate representation of color #92DC95: hue angle of 122.43º 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 #92DC95 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB146220149-
CMYK0.3400.320.14
HSL122.43º51.39%71.76%-
HSV(B)122.43º33.64%86.27%-
XYZ42.8759.4737.65-
YUV189.78104.9896.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=28.35%
G=42.72%
B=28.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201490.3400.320.14122.4351.3971.76
Hex92DC9522020E7a3348
Octal222334225420401617263110
Binary1001001011011100100101011000100100000111011110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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