#A3DC67

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

Shades of Conifer #A3DC67

Tints of Conifer #A3DC67

Color information

#A3DC67 (or 0xA3DC67) is unknown color: approx Conifer. HEX triplet: A3, DC and 67. RGB value is (163,220,103). Sum of RGB (Red+Green+Blue) = 163+220+103=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC67 is #5C2398. Grayscale: #BEBEBE. Windows color (decimal): -6038425 or 6806691. OLE color: 6806691.

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

Color convert

RGB163220103-
CMYK0.2600.530.14
HSL89.23º62.57%63.33%-
HSV(B)89.23º53.18%86.27%-
XYZ43.1559.9522.13-
YUV189.6279.12109.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 103 (40.62% from 255) = 21.19%
R=33.54%
G=45.27%
B=21.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632201030.2600.530.1489.2362.5763.33
HexA3DC671A035E593f3f
Octal24333414732065161317777
Binary1010001111011100110011111010011010111101011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DC67; }

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

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

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

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

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

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

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

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