#A8DB94

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

Shades of Granny Smith Apple #A8DB94

Tints of Granny Smith Apple #A8DB94

Color information

#A8DB94 (or 0xA8DB94) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DB and 94. RGB value is (168,219,148). Sum of RGB (Red+Green+Blue) = 168+219+148=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB94 is #57246B. Grayscale: #C3C3C3. Windows color (decimal): -5710956 or 9755560. OLE color: 9755560.

HSL color Cylindrical-coordinate representation of color #A8DB94: hue angle of 103.1º 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 #A8DB94 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB168219148-
CMYK0.2300.320.14
HSL103.1º49.65%71.96%-
HSV(B)103.1º32.42%85.88%-
XYZ46.8361.1337.35-
YUV195.66101.1108.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=31.40%
G=40.93%
B=27.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191480.2300.320.14103.149.6571.96
HexA8DB9417020E673248
Octal250333224270401614762110
Binary101010001101101110010100101110100000111011001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DB94; }

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

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

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

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

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

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

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

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