#A5F091

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

Shades of Granny Smith Apple #A5F091

Tints of Granny Smith Apple #A5F091

Color information

#A5F091 (or 0xA5F091) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F0 and 91. RGB value is (165,240,145). Sum of RGB (Red+Green+Blue) = 165+240+145=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F091 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F091 is #5A0F6E. Grayscale: #CFCFCF. Windows color (decimal): -5902191 or 9564325. OLE color: 9564325.

HSL color Cylindrical-coordinate representation of color #A5F091: hue angle of 107.37º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5F091 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB165240145-
CMYK0.3100.400.06
HSL107.37º76%75.49%-
HSV(B)107.37º39.58%94.12%-
XYZ51.7972.3638.03-
YUV206.7493.1598.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 240 (94.14% from 255) = 43.64%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=30%
G=43.64%
B=26.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401450.3100.400.06107.377675.49
HexA5F0911F02866b4c4b
Octal245360221370506153114113
Binary101001011111000010010001111110101000110110101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F091; }

 p { color: rgb(165,240,145); }

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

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

 a { background-color: rgb(165,240,145); }

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

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

 span { border-color: rgb(165,240,145); }

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