#9AEB80

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

Shades of Granny Smith Apple #9AEB80

Tints of Granny Smith Apple #9AEB80

Color information

#9AEB80 (or 0x9AEB80) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, EB and 80. RGB value is (154,235,128). Sum of RGB (Red+Green+Blue) = 154+235+128=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEB80 is #65147F. Grayscale: #C6C6C6. Windows color (decimal): -6624384 or 8448922. OLE color: 8448922.

HSL color Cylindrical-coordinate representation of color #9AEB80: hue angle of 105.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AEB80 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB154235128-
CMYK0.3400.460.08
HSL105.42º72.79%71.18%-
HSV(B)105.42º45.53%92.16%-
XYZ46.9367.8531.04-
YUV198.5888.1696.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=29.79%
G=45.45%
B=24.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351280.3400.460.08105.4272.7971.18
Hex9AEB802202E8694947
Octal2323532004205610151111107
Binary10011010111010111000000010001001011101000110100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEB80; }

 p { color: rgb(154,235,128); }

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

<style>
 a { background-color: #9AEB80; }

 a { background-color: rgb(154,235,128); }

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

<style>
 span { border-color: #9AEB80; }

 span { border-color: rgb(154,235,128); }

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