#92E482

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

Shades of Granny Smith Apple #92E482

Tints of Granny Smith Apple #92E482

Color information

#92E482 (or 0x92E482) is unknown color: approx Granny Smith Apple. HEX triplet: 92, E4 and 82. RGB value is (146,228,130). Sum of RGB (Red+Green+Blue) = 146+228+130=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #92E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E482 is #6D1B7D. Grayscale: #C0C0C0. Windows color (decimal): -7150462 or 8578194. OLE color: 8578194.

HSL color Cylindrical-coordinate representation of color #92E482: hue angle of 110.2º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92E482 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB146228130-
CMYK0.3600.430.11
HSL110.2º64.47%70.2%-
HSV(B)110.2º42.98%89.41%-
XYZ43.6363.2131.02-
YUV192.3192.8394.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 228 (89.45% from 255) = 45.24%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=28.97%
G=45.24%
B=25.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462281300.3600.430.11110.264.4770.2
Hex92E4822402BB6e4046
Octal2223442024405313156100106
Binary10010010111001001000001010010001010111011110111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,228,130); }

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

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

 a { background-color: rgb(146,228,130); }

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

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

 span { border-color: rgb(146,228,130); }

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