#A3ED61

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

Shades of Conifer #A3ED61

Tints of Conifer #A3ED61

Color information

#A3ED61 (or 0xA3ED61) is unknown color: approx Conifer. HEX triplet: A3, ED and 61. RGB value is (163,237,97). Sum of RGB (Red+Green+Blue) = 163+237+97=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED61 is #5C129E. Grayscale: #C7C7C7. Windows color (decimal): -6034079 or 6417827. OLE color: 6417827.

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

Color convert

RGB16323797-
CMYK0.3100.590.07
HSL91.71º79.55%65.49%-
HSV(B)91.71º59.07%92.94%-
XYZ47.5569.2222.16-
YUV198.9170.48102.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=32.80%
G=47.69%
B=19.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal163237970.3100.590.0791.7179.5565.49
HexA3ED611F03B75c5041
Octal243355141370737134120101
Binary10100011111011011100001111110111011111101110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ED61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ED61; }

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

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

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

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

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

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

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

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