#a3f65d

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

Shades of Conifer #A3F65D

Tints of Conifer #A3F65D

Color information

#A3F65D (or 0xA3F65D) is unknown color: approx Conifer. HEX triplet: A3, F6 and 5D. RGB value is (163,246,93). Sum of RGB (Red+Green+Blue) = 163+246+93=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F65D is #5C09A2. Grayscale: #CCCCCC. Windows color (decimal): -6031779 or 6157987. OLE color: 6157987.

HSL color Cylindrical-coordinate representation of color #A3F65D: hue angle of 92.55º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3F65D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB16324693-
CMYK0.3400.620.04
HSL92.55º89.47%66.47%-
HSV(B)92.55º62.2%96.47%-
XYZ50.0474.4922.1-
YUV203.7465.598.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 246 (96.48% from 255) = 49.00%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=32.47%
G=49.00%
B=18.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163246930.3400.620.0492.5589.4766.47
HexA3F65D2203E45d5942
Octal243366135420764135131102
Binary101000111111011010111011000100111110100101110110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3f65d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3f65d; }

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

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

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

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

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

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

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

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