#A7F555

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

Shades of Conifer #A7F555

Tints of Conifer #A7F555

Color information

#A7F555 (or 0xA7F555) is unknown color: approx Conifer. HEX triplet: A7, F5 and 55. RGB value is (167,245,85). Sum of RGB (Red+Green+Blue) = 167+245+85=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F555 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F555 is #580AAA. Grayscale: #CBCBCB. Windows color (decimal): -5769899 or 5633447. OLE color: 5633447.

HSL color Cylindrical-coordinate representation of color #A7F555: hue angle of 89.25º 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 #A7F555 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB16724585-
CMYK0.3200.650.04
HSL89.25º88.89%64.71%-
HSV(B)89.25º65.31%96.08%-
XYZ50.2374.1820.26-
YUV203.4461.16102.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=33.60%
G=49.30%
B=17.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal167245850.3200.650.0489.2588.8964.71
HexA7F555200414595941
Octal2473651254001014131131101
Binary1010011111110101101010110000001000001100101100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F555; }

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

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

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

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

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

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

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

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