#A0DB68

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

Shades of Feijoa #A0DB68

Tints of Feijoa #A0DB68

Color information

#A0DB68 (or 0xA0DB68) is unknown color: approx Feijoa. HEX triplet: A0, DB and 68. RGB value is (160,219,104). Sum of RGB (Red+Green+Blue) = 160+219+104=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB68 is #5F2497. Grayscale: #BCBCBC. Windows color (decimal): -6235288 or 6871968. OLE color: 6871968.

HSL color Cylindrical-coordinate representation of color #A0DB68: hue angle of 90.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0DB68 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB160219104-
CMYK0.2700.530.14
HSL90.78º61.5%63.33%-
HSV(B)90.78º52.51%85.88%-
XYZ42.3359.1422.28-
YUV188.2580.45107.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 219 (85.94% from 255) = 45.34%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=33.13%
G=45.34%
B=21.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191040.2700.530.1490.7861.563.33
HexA0DB681B035E5b3d3f
Octal24033315033065161337577
Binary1010000011011011110100011011011010111101011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB68; }

 p { color: rgb(160,219,104); }

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

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

 a { background-color: rgb(160,219,104); }

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

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

 span { border-color: rgb(160,219,104); }

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