#A3DF5F

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

Shades of Conifer #A3DF5F

Tints of Conifer #A3DF5F

Color information

#A3DF5F (or 0xA3DF5F) is unknown color: approx Conifer. HEX triplet: A3, DF and 5F. RGB value is (163,223,95). Sum of RGB (Red+Green+Blue) = 163+223+95=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF5F is #5C20A0. Grayscale: #BEBEBE. Windows color (decimal): -6037665 or 6283171. OLE color: 6283171.

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

Color convert

RGB16322395-
CMYK0.2700.570.13
HSL88.12º66.67%62.35%-
HSV(B)88.12º57.4%87.45%-
XYZ43.5661.3920.38-
YUV190.4774.12108.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=33.89%
G=46.36%
B=19.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163223950.2700.570.1388.1266.6762.35
HexA3DF5F1B039D58433e
Octal243337137330711513010376
Binary10100011110111111011111110110111001110110110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DF5F; }

 p { color: rgb(163,223,95); }

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

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

 a { background-color: rgb(163,223,95); }

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

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

 span { border-color: rgb(163,223,95); }

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