#A5F193

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

Shades of Granny Smith Apple #A5F193

Tints of Granny Smith Apple #A5F193

Color information

#A5F193 (or 0xA5F193) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F1 and 93. RGB value is (165,241,147). Sum of RGB (Red+Green+Blue) = 165+241+147=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F193 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F193 is #5A0E6C. Grayscale: #CFCFCF. Windows color (decimal): -5901933 or 9695653. OLE color: 9695653.

HSL color Cylindrical-coordinate representation of color #A5F193: hue angle of 108.51º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5F193 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB165241147-
CMYK0.3200.390.05
HSL108.51º77.05%76.08%-
HSV(B)108.51º39%94.51%-
XYZ52.2473.0238.94-
YUV207.5693.8297.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=29.84%
G=43.58%
B=26.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411470.3200.390.05108.5177.0576.08
HexA5F1932002756d4d4c
Octal245361223400475155115114
Binary1010010111110001100100111000000100111101110110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F193; }

 p { color: rgb(165,241,147); }

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

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

 a { background-color: rgb(165,241,147); }

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

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

 span { border-color: rgb(165,241,147); }

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