#A3D394

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

Shades of Granny Smith Apple #A3D394

Tints of Granny Smith Apple #A3D394

Color information

#A3D394 (or 0xA3D394) is unknown color: approx Granny Smith Apple. HEX triplet: A3, D3 and 94. RGB value is (163,211,148). Sum of RGB (Red+Green+Blue) = 163+211+148=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D394 is #5C2C6B. Grayscale: #BDBDBD. Windows color (decimal): -6040684 or 9753507. OLE color: 9753507.

HSL color Cylindrical-coordinate representation of color #A3D394: hue angle of 105.71º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3D394 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB163211148-
CMYK0.2300.300.17
HSL105.71º41.72%70.39%-
HSV(B)105.71º29.86%82.75%-
XYZ43.7456.5136.62-
YUV189.47104.6109.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=31.23%
G=40.42%
B=28.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632111480.2300.300.17105.7141.7270.39
HexA3D3941701E116a2a46
Octal243323224270362115252106
Binary101000111101001110010100101110111101000111010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D394; }

 p { color: rgb(163,211,148); }

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

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

 a { background-color: rgb(163,211,148); }

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

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

 span { border-color: rgb(163,211,148); }

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