#A5DB67

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

Shades of Conifer #A5DB67

Tints of Conifer #A5DB67

Color information

#A5DB67 (or 0xA5DB67) is unknown color: approx Conifer. HEX triplet: A5, DB and 67. RGB value is (165,219,103). Sum of RGB (Red+Green+Blue) = 165+219+103=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB67 is #5A2498. Grayscale: #BEBEBE. Windows color (decimal): -5907609 or 6806437. OLE color: 6806437.

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

Color convert

RGB165219103-
CMYK0.2500.530.14
HSL87.93º61.7%63.14%-
HSV(B)87.93º52.97%85.88%-
XYZ43.359.6422.06-
YUV189.6379.11110.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 219 (85.94% from 255) = 44.97%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=33.88%
G=44.97%
B=21.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191030.2500.530.1487.9361.763.14
HexA5DB6719035E583e3f
Octal24533314731065161307677
Binary1010010111011011110011111001011010111101011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB67; }

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

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

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

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

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

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

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

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