#a5dc67

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

Shades of Conifer #A5DC67

Tints of Conifer #A5DC67

Color information

#A5DC67 (or 0xA5DC67) is unknown color: approx Conifer. HEX triplet: A5, DC and 67. RGB value is (165,220,103). Sum of RGB (Red+Green+Blue) = 165+220+103=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC67 is #5A2398. Grayscale: #BEBEBE. Windows color (decimal): -5907353 or 6806693. OLE color: 6806693.

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

Color convert

RGB165220103-
CMYK0.2500.530.14
HSL88.21º62.57%63.33%-
HSV(B)88.21º53.18%86.27%-
XYZ43.5660.1722.15-
YUV190.2278.78110.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=33.81%
G=45.08%
B=21.11%

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
Decimal1652201030.2500.530.1488.2162.5763.33
HexA5DC6719035E583f3f
Octal24533414731065161307777
Binary1010010111011100110011111001011010111101011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5dc67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5dc67; }

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

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

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

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

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

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

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

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