#A5F889

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

Shades of Granny Smith Apple #A5F889

Tints of Granny Smith Apple #A5F889

Color information

#A5F889 (or 0xA5F889) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F8 and 89. RGB value is (165,248,137). Sum of RGB (Red+Green+Blue) = 165+248+137=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F889 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F889 is #5A0776. Grayscale: #D2D2D2. Windows color (decimal): -5900151 or 9042085. OLE color: 9042085.

HSL color Cylindrical-coordinate representation of color #A5F889: hue angle of 104.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F889 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB165248137-
CMYK0.3300.450.03
HSL104.86º88.8%75.49%-
HSV(B)104.86º44.76%97.25%-
XYZ53.676.9435.69-
YUV210.5386.595.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 248 (97.27% from 255) = 45.09%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=30%
G=45.09%
B=24.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652481370.3300.450.03104.8688.875.49
HexA5F8892102D369594b
Octal245370211410553151131113
Binary101001011111100010001001100001010110111110100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F889; }

 p { color: rgb(165,248,137); }

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

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

 a { background-color: rgb(165,248,137); }

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

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

 span { border-color: rgb(165,248,137); }

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