#A1DB94

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

Shades of Granny Smith Apple #A1DB94

Tints of Granny Smith Apple #A1DB94

Color information

#A1DB94 (or 0xA1DB94) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DB and 94. RGB value is (161,219,148). Sum of RGB (Red+Green+Blue) = 161+219+148=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB94 is #5E246B. Grayscale: #C1C1C1. Windows color (decimal): -6169708 or 9755553. OLE color: 9755553.

HSL color Cylindrical-coordinate representation of color #A1DB94: hue angle of 109.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DB94 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB161219148-
CMYK0.2600.320.14
HSL109.01º49.65%71.96%-
HSV(B)109.01º32.42%85.88%-
XYZ45.3760.3837.28-
YUV193.56102.28104.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=30.49%
G=41.48%
B=28.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191480.2600.320.14109.0149.6571.96
HexA1DB941A020E6d3248
Octal241333224320401615562110
Binary101000011101101110010100110100100000111011011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DB94; }

 p { color: rgb(161,219,148); }

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

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

 a { background-color: rgb(161,219,148); }

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

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

 span { border-color: rgb(161,219,148); }

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