#A1DC67

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

Shades of Conifer #A1DC67

Tints of Conifer #A1DC67

Color information

#A1DC67 (or 0xA1DC67) is unknown color: approx Conifer. HEX triplet: A1, DC and 67. RGB value is (161,220,103). Sum of RGB (Red+Green+Blue) = 161+220+103=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC67 is #5E2398. Grayscale: #BDBDBD. Windows color (decimal): -6169497 or 6806689. OLE color: 6806689.

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

Color convert

RGB161220103-
CMYK0.2700.530.14
HSL90.26º62.57%63.33%-
HSV(B)90.26º53.18%86.27%-
XYZ42.7459.7422.11-
YUV189.0279.45108.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=33.26%
G=45.45%
B=21.28%

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
Decimal1612201030.2700.530.1490.2662.5763.33
HexA1DC671B035E5a3f3f
Octal24133414733065161327777
Binary1010000111011100110011111011011010111101011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC67; }

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

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

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

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

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

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

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

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