#A1E967

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

Shades of Conifer #A1E967

Tints of Conifer #A1E967

Color information

#A1E967 (or 0xA1E967) is unknown color: approx Conifer. HEX triplet: A1, E9 and 67. RGB value is (161,233,103). Sum of RGB (Red+Green+Blue) = 161+233+103=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E967 is #5E1698. Grayscale: #C5C5C5. Windows color (decimal): -6166169 or 6810017. OLE color: 6810017.

HSL color Cylindrical-coordinate representation of color #A1E967: hue angle of 93.23º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E967 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB161233103-
CMYK0.3100.560.09
HSL93.23º74.71%65.88%-
HSV(B)93.23º55.79%91.37%-
XYZ46.2966.8323.29-
YUV196.6575.15102.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 233 (91.41% from 255) = 46.88%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=32.39%
G=46.88%
B=20.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331030.3100.560.0993.2374.7165.88
HexA1E9671F03895d4b42
Octal2413511473707011135113102
Binary101000011110100111001111111101110001001101110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E967; }

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

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

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

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

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

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

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

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