#A3DE50

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

Shades of Conifer #A3DE50

Tints of Conifer #A3DE50

Color information

#A3DE50 (or 0xA3DE50) is unknown color: approx Conifer. HEX triplet: A3, DE and 50. RGB value is (163,222,80). Sum of RGB (Red+Green+Blue) = 163+222+80=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE50 is #5C21AF. Grayscale: #BCBCBC. Windows color (decimal): -6037936 or 5299875. OLE color: 5299875.

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

Color convert

RGB16322280-
CMYK0.2700.640.13
HSL84.93º68.27%59.22%-
HSV(B)84.93º63.96%87.06%-
XYZ42.6760.6117.04-
YUV188.1766.95110.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=35.05%
G=47.74%
B=17.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163222800.2700.640.1384.9368.2759.22
HexA3DE501B040D55443b
Octal2433361203301001512510473
Binary101000111101111010100001101101000000110110101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE50; }

 p { color: rgb(163,222,80); }

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

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

 a { background-color: rgb(163,222,80); }

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

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

 span { border-color: rgb(163,222,80); }

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