#A0DB67

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

Shades of Conifer #A0DB67

Tints of Conifer #A0DB67

Color information

#A0DB67 (or 0xA0DB67) is unknown color: approx Conifer. HEX triplet: A0, DB and 67. RGB value is (160,219,103). Sum of RGB (Red+Green+Blue) = 160+219+103=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB67 is #5F2498. Grayscale: #BCBCBC. Windows color (decimal): -6235289 or 6806432. OLE color: 6806432.

HSL color Cylindrical-coordinate representation of color #A0DB67: hue angle of 90.52º degrees, saturation: 0.62, 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 #A0DB67 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB160219103-
CMYK0.2700.530.14
HSL90.52º61.7%63.14%-
HSV(B)90.52º52.97%85.88%-
XYZ42.2859.1222.01-
YUV188.1479.95107.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=33.20%
G=45.44%
B=21.37%

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
Decimal1602191030.2700.530.1490.5261.763.14
HexA0DB671B035E5b3e3f
Octal24033314733065161337677
Binary1010000011011011110011111011011010111101011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB67; }

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

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

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

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

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

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

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

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