#A1DE5A

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

Shades of Conifer #A1DE5A

Tints of Conifer #A1DE5A

Color information

#A1DE5A (or 0xA1DE5A) is unknown color: approx Conifer. HEX triplet: A1, DE and 5A. RGB value is (161,222,90). Sum of RGB (Red+Green+Blue) = 161+222+90=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE5A is #5E21A5. Grayscale: #BDBDBD. Windows color (decimal): -6168998 or 5955233. OLE color: 5955233.

HSL color Cylindrical-coordinate representation of color #A1DE5A: hue angle of 87.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1DE5A is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB16122290-
CMYK0.2700.590.13
HSL87.73º66.67%61.18%-
HSV(B)87.73º59.46%87.06%-
XYZ42.6660.5619.11-
YUV188.7172.29108.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 222 (87.11% from 255) = 46.93%
BLUE value IS 90 (35.55% from 255) = 19.03%
R=34.04%
G=46.93%
B=19.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161222900.2700.590.1387.7366.6761.18
HexA1DE5A1B03BD58433d
Octal241336132330731513010375
Binary10100001110111101011010110110111011110110110001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE5A; }

 p { color: rgb(161,222,90); }

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

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

 a { background-color: rgb(161,222,90); }

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

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

 span { border-color: rgb(161,222,90); }

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