#A3DD5D

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

Shades of Conifer #A3DD5D

Tints of Conifer #A3DD5D

Color information

#A3DD5D (or 0xA3DD5D) is unknown color: approx Conifer. HEX triplet: A3, DD and 5D. RGB value is (163,221,93). Sum of RGB (Red+Green+Blue) = 163+221+93=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD5D is #5C22A2. Grayscale: #BDBDBD. Windows color (decimal): -6038179 or 6151587. OLE color: 6151587.

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

Color convert

RGB16322193-
CMYK0.2600.580.13
HSL87.19º65.31%61.57%-
HSV(B)87.19º57.92%86.67%-
XYZ42.9460.2919.73-
YUV189.0773.78109.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=34.17%
G=46.33%
B=19.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163221930.2600.580.1387.1965.3161.57
HexA3DD5D1A03AD57413e
Octal243335135320721512710176
Binary10100011110111011011101110100111010110110101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD5D; }

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

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

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

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

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

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

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

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