#A1D664

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

Shades of Conifer #A1D664

Tints of Conifer #A1D664

Color information

#A1D664 (or 0xA1D664) is unknown color: approx Conifer. HEX triplet: A1, D6 and 64. RGB value is (161,214,100). Sum of RGB (Red+Green+Blue) = 161+214+100=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D664 is #5E299B. Grayscale: #B9B9B9. Windows color (decimal): -6171036 or 6608545. OLE color: 6608545.

HSL color Cylindrical-coordinate representation of color #A1D664: hue angle of 87.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D664 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB161214100-
CMYK0.2500.530.16
HSL87.89º58.16%61.57%-
HSV(B)87.89º53.27%83.92%-
XYZ41.0456.5920.82-
YUV185.1679.94110.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=33.89%
G=45.05%
B=21.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141000.2500.530.1687.8958.1661.57
HexA1D6641903510583a3e
Octal24132614431065201307276
Binary10100001110101101100100110010110101100001011000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D664; }

 p { color: rgb(161,214,100); }

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

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

 a { background-color: rgb(161,214,100); }

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

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

 span { border-color: rgb(161,214,100); }

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