#92DC94

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

Shades of Granny Smith Apple #92DC94

Tints of Granny Smith Apple #92DC94

Color information

#92DC94 (or 0x92DC94) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DC and 94. RGB value is (146,220,148). Sum of RGB (Red+Green+Blue) = 146+220+148=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC94 is #6D236B. Grayscale: #BDBDBD. Windows color (decimal): -7152492 or 9755794. OLE color: 9755794.

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

Color convert

RGB146220148-
CMYK0.3400.330.14
HSL121.62º51.39%71.76%-
HSV(B)121.62º33.64%86.27%-
XYZ42.7959.4437.23-
YUV189.67104.4896.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=28.40%
G=42.80%
B=28.79%

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
Decimal1462201480.3400.330.14121.6251.3971.76
Hex92DC9422021E7a3348
Octal222334224420411617263110
Binary1001001011011100100101001000100100001111011110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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