#A3F555

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

Shades of Conifer #A3F555

Tints of Conifer #A3F555

Color information

#A3F555 (or 0xA3F555) is unknown color: approx Conifer. HEX triplet: A3, F5 and 55. RGB value is (163,245,85). Sum of RGB (Red+Green+Blue) = 163+245+85=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #A3F555 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F555 is #5C0AAA. Grayscale: #CACACA. Windows color (decimal): -6032043 or 5633443. OLE color: 5633443.

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

Color convert

RGB16324585-
CMYK0.3300.650.04
HSL90.75º88.89%64.71%-
HSV(B)90.75º65.31%96.08%-
XYZ49.473.7520.23-
YUV202.2461.83100.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 245 (96.09% from 255) = 49.70%
BLUE value IS 85 (33.59% from 255) = 17.24%
R=33.06%
G=49.70%
B=17.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163245850.3300.650.0490.7588.8964.71
HexA3F5552104145b5941
Octal2433651254101014133131101
Binary1010001111110101101010110000101000001100101101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F555; }

 p { color: rgb(163,245,85); }

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

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

 a { background-color: rgb(163,245,85); }

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

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

 span { border-color: rgb(163,245,85); }

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