#92D994

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

Shades of Granny Smith Apple #92D994

Tints of Granny Smith Apple #92D994

Color information

#92D994 (or 0x92D994) is unknown color: approx Granny Smith Apple. HEX triplet: 92, D9 and 94. RGB value is (146,217,148). Sum of RGB (Red+Green+Blue) = 146+217+148=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #92D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D994 is #6D266B. Grayscale: #BCBCBC. Windows color (decimal): -7153260 or 9755026. OLE color: 9755026.

HSL color Cylindrical-coordinate representation of color #92D994: hue angle of 121.69º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D994 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB146217148-
CMYK0.3300.320.15
HSL121.69º48.3%71.18%-
HSV(B)121.69º32.72%85.1%-
XYZ42.0157.8736.97-
YUV187.9105.4898.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=28.57%
G=42.47%
B=28.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171480.3300.320.15121.6948.371.18
Hex92D99421020F7a3047
Octal222331224410401717260107
Binary1001001011011001100101001000010100000111111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,148); }

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

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

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

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

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

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

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