#A3DE64

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

Shades of Conifer #A3DE64

Tints of Conifer #A3DE64

Color information

#A3DE64 (or 0xA3DE64) is unknown color: approx Conifer. HEX triplet: A3, DE and 64. RGB value is (163,222,100). Sum of RGB (Red+Green+Blue) = 163+222+100=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE64 is #5C219B. Grayscale: #BEBEBE. Windows color (decimal): -6037916 or 6610595. OLE color: 6610595.

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

Color convert

RGB163222100-
CMYK0.2700.550.13
HSL89.02º64.89%63.14%-
HSV(B)89.02º54.95%87.06%-
XYZ43.5360.9521.53-
YUV190.4576.95108.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=33.61%
G=45.77%
B=20.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221000.2700.550.1389.0264.8963.14
HexA3DE641B037D59413f
Octal243336144330671513110177
Binary10100011110111101100100110110110111110110110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE64; }

 p { color: rgb(163,222,100); }

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

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

 a { background-color: rgb(163,222,100); }

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

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

 span { border-color: rgb(163,222,100); }

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