#A5EC94

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

Shades of Granny Smith Apple #A5EC94

Tints of Granny Smith Apple #A5EC94

Color information

#A5EC94 (or 0xA5EC94) is unknown color: approx Granny Smith Apple. HEX triplet: A5, EC and 94. RGB value is (165,236,148). Sum of RGB (Red+Green+Blue) = 165+236+148=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EC94 is #5A136B. Grayscale: #CDCDCD. Windows color (decimal): -5903212 or 9759909. OLE color: 9759909.

HSL color Cylindrical-coordinate representation of color #A5EC94: hue angle of 108.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5EC94 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB165236148-
CMYK0.3000.370.07
HSL108.41º69.84%75.29%-
HSV(B)108.41º37.29%92.55%-
XYZ50.8670.1338.87-
YUV204.7495.9899.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 236 (92.58% from 255) = 42.99%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=30.05%
G=42.99%
B=26.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652361480.3000.370.07108.4169.8475.29
HexA5EC941E02576c464b
Octal245354224360457154106113
Binary101001011110110010010100111100100101111110110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EC94; }

 p { color: rgb(165,236,148); }

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

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

 a { background-color: rgb(165,236,148); }

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

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

 span { border-color: rgb(165,236,148); }

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