#A3ED55

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

Shades of Conifer #A3ED55

Tints of Conifer #A3ED55

Color information

#A3ED55 (or 0xA3ED55) is unknown color: approx Conifer. HEX triplet: A3, ED and 55. RGB value is (163,237,85). Sum of RGB (Red+Green+Blue) = 163+237+85=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED55 is #5C12AA. Grayscale: #C6C6C6. Windows color (decimal): -6034091 or 5631395. OLE color: 5631395.

HSL color Cylindrical-coordinate representation of color #A3ED55: hue angle of 89.21º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3ED55 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB16323785-
CMYK0.3100.640.07
HSL89.21º80.85%63.14%-
HSV(B)89.21º64.14%92.94%-
XYZ47.0369.0119.44-
YUV197.5564.48103.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 85 (33.59% from 255) = 17.53%
R=33.61%
G=48.87%
B=17.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal163237850.3100.640.0789.2180.8563.14
HexA3ED551F040759513f
Octal243355125370100713112177
Binary10100011111011011010101111110100000011110110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ED55; }

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

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

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

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

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

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

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

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