#92DC93

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

Shades of Granny Smith Apple #92DC93

Tints of Granny Smith Apple #92DC93

Color information

#92DC93 (or 0x92DC93) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DC and 93. RGB value is (146,220,147). Sum of RGB (Red+Green+Blue) = 146+220+147=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC93 is #6D236C. Grayscale: #BDBDBD. Windows color (decimal): -7152493 or 9690258. OLE color: 9690258.

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

Color convert

RGB146220147-
CMYK0.3400.330.14
HSL120.81º51.39%71.76%-
HSV(B)120.81º33.64%86.27%-
XYZ42.7159.436.82-
YUV189.55103.9896.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=28.46%
G=42.88%
B=28.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201470.3400.330.14120.8151.3971.76
Hex92DC9322021E793348
Octal222334223420411617163110
Binary1001001011011100100100111000100100001111011110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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