#A3DD61

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

Shades of Conifer #A3DD61

Tints of Conifer #A3DD61

Color information

#A3DD61 (or 0xA3DD61) is unknown color: approx Conifer. HEX triplet: A3, DD and 61. RGB value is (163,221,97). Sum of RGB (Red+Green+Blue) = 163+221+97=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD61 is #5C229E. Grayscale: #BDBDBD. Windows color (decimal): -6038175 or 6413731. OLE color: 6413731.

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

Color convert

RGB16322197-
CMYK0.2600.560.13
HSL88.06º64.58%62.35%-
HSV(B)88.06º56.11%86.67%-
XYZ43.1260.3620.69-
YUV189.5275.78109.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=33.89%
G=45.95%
B=20.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163221970.2600.560.1388.0664.5862.35
HexA3DD611A038D58413e
Octal243335141320701513010176
Binary10100011110111011100001110100111000110110110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD61; }

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

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

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

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

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

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

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

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