#92D48A

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

Shades of Granny Smith Apple #92D48A

Tints of Granny Smith Apple #92D48A

Color information

#92D48A (or 0x92D48A) is unknown color: approx Granny Smith Apple. HEX triplet: 92, D4 and 8A. RGB value is (146,212,138). Sum of RGB (Red+Green+Blue) = 146+212+138=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #92D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D48A is #6D2B75. Grayscale: #B8B8B8. Windows color (decimal): -7154550 or 9098386. OLE color: 9098386.

HSL color Cylindrical-coordinate representation of color #92D48A: hue angle of 113.51º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D48A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB146212138-
CMYK0.3100.350.17
HSL113.51º46.25%68.63%-
HSV(B)113.51º34.91%83.14%-
XYZ39.9855.0332.56-
YUV183.83102.13101.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=29.44%
G=42.74%
B=27.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121380.3100.350.17113.5146.2568.63
Hex92D48A1F02311722e45
Octal222324212370432116256105
Binary1001001011010100100010101111101000111000111100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,212,138); }

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

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

 a { background-color: rgb(146,212,138); }

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

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

 span { border-color: rgb(146,212,138); }

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