#92DC92

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

Shades of Granny Smith Apple #92DC92

Tints of Granny Smith Apple #92DC92

Color information

#92DC92 (or 0x92DC92) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DC and 92. RGB value is (146,220,146). Sum of RGB (Red+Green+Blue) = 146+220+146=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC92 is #6D236D. Grayscale: #BDBDBD. Windows color (decimal): -7152494 or 9624722. OLE color: 9624722.

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

Color convert

RGB146220146-
CMYK0.3400.340.14
HSL120º51.39%71.76%-
HSV(B)120º33.64%86.27%-
XYZ42.6459.3736.41-
YUV189.44103.4897.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=28.52%
G=42.97%
B=28.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201460.3400.340.1412051.3971.76
Hex92DC9222022E783348
Octal222334222420421617063110
Binary1001001011011100100100101000100100010111011110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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