#92DA8D

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

Shades of Granny Smith Apple #92DA8D

Tints of Granny Smith Apple #92DA8D

Color information

#92DA8D (or 0x92DA8D) is unknown color: approx Granny Smith Apple. HEX triplet: 92, DA and 8D. RGB value is (146,218,141). Sum of RGB (Red+Green+Blue) = 146+218+141=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DA8D is #6D2572. Grayscale: #BBBBBB. Windows color (decimal): -7153011 or 9296530. OLE color: 9296530.

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

Color convert

RGB146218141-
CMYK0.3300.350.15
HSL116.1º50.99%70.39%-
HSV(B)116.1º35.32%85.49%-
XYZ41.7358.1834.23-
YUV187.69101.6598.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=28.91%
G=43.17%
B=27.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181410.3300.350.15116.150.9970.39
Hex92DA8D21023F743346
Octal222332215410431716463106
Binary1001001011011010100011011000010100011111111101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,141); }

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

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

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

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

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

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

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