#A8DB70

Color #A8DB70 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A8DB70

Tints of Feijoa #A8DB70

Color information

#A8DB70 (or 0xA8DB70) is unknown color: approx Feijoa. HEX triplet: A8, DB and 70. RGB value is (168,219,112). Sum of RGB (Red+Green+Blue) = 168+219+112=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB70 is #57248F. Grayscale: #BFBFBF. Windows color (decimal): -5710992 or 7396264. OLE color: 7396264.

HSL color Cylindrical-coordinate representation of color #A8DB70: hue angle of 88.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8DB70 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB168219112-
CMYK0.2300.490.14
HSL88.6º59.78%64.9%-
HSV(B)88.6º48.86%85.88%-
XYZ44.460.1624.6-
YUV191.5583.1111.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=33.67%
G=43.89%
B=22.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191120.2300.490.1488.659.7864.9
HexA8DB7017031E593c41
Octal250333160270611613174101
Binary10101000110110111110000101110110001111010110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DB70; }

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

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

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

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

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

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

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

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