#A3FF66

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

Shades of Conifer #A3FF66

Tints of Conifer #A3FF66

Color information

#A3FF66 (or 0xA3FF66) is unknown color: approx Conifer. HEX triplet: A3, FF and 66. RGB value is (163,255,102). Sum of RGB (Red+Green+Blue) = 163+255+102=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FF66 is #5C0099. Grayscale: #D2D2D2. Windows color (decimal): -6029466 or 6750115. OLE color: 6750115.

HSL color Cylindrical-coordinate representation of color #A3FF66: hue angle of 96.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3FF66 is Cyan = 0.36, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB163255102-
CMYK0.3600.60
HSL96.08º100%70%-
HSV(B)96.08º60%100%-
XYZ53.2680.2725.26-
YUV210.0567.0294.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=31.35%
G=49.04%
B=19.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551020.3600.6096.0810070
HexA3FF662403C0606446
Octal243377146440740140144106
Binary1010001111111111110011010010001111000110000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF66; }

 p { color: rgb(163,255,102); }

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

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

 a { background-color: rgb(163,255,102); }

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

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

 span { border-color: rgb(163,255,102); }

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