#A3DE55

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

Shades of Conifer #A3DE55

Tints of Conifer #A3DE55

Color information

#A3DE55 (or 0xA3DE55) is unknown color: approx Conifer. HEX triplet: A3, DE and 55. RGB value is (163,222,85). Sum of RGB (Red+Green+Blue) = 163+222+85=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE55 is #5C21AA. Grayscale: #BDBDBD. Windows color (decimal): -6037931 or 5627555. OLE color: 5627555.

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

Color convert

RGB16322285-
CMYK0.2700.620.13
HSL85.84º67.49%60.2%-
HSV(B)85.84º61.71%87.06%-
XYZ42.8760.6818.05-
YUV188.7469.45109.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=34.68%
G=47.23%
B=18.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163222850.2700.620.1385.8467.4960.2
HexA3DE551B03ED56433c
Octal243336125330761512610374
Binary10100011110111101010101110110111110110110101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE55; }

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

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

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

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

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

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

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

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