#92D695

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

Shades of Granny Smith Apple #92D695

Tints of Granny Smith Apple #92D695

Color information

#92D695 (or 0x92D695) is unknown color: approx Granny Smith Apple. HEX triplet: 92, D6 and 95. RGB value is (146,214,149). Sum of RGB (Red+Green+Blue) = 146+214+149=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #92D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D695 is #6D296A. Grayscale: #BABABA. Windows color (decimal): -7154027 or 9819794. OLE color: 9819794.

HSL color Cylindrical-coordinate representation of color #92D695: hue angle of 122.65º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D695 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB146214149-
CMYK0.3200.300.16
HSL122.65º45.33%70.59%-
HSV(B)122.65º31.78%83.92%-
XYZ41.3356.3737.14-
YUV186.26106.9799.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=28.68%
G=42.04%
B=29.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141490.3200.300.16122.6545.3370.59
Hex92D6952001E107b2d47
Octal222326225400362017355107
Binary1001001011010110100101011000000111101000011110111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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