#A7FC5D

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

Shades of Conifer #A7FC5D

Tints of Conifer #A7FC5D

Color information

#A7FC5D (or 0xA7FC5D) is unknown color: approx Conifer. HEX triplet: A7, FC and 5D. RGB value is (167,252,93). Sum of RGB (Red+Green+Blue) = 167+252+93=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FC5D is #5803A2. Grayscale: #D1D1D1. Windows color (decimal): -5768099 or 6159527. OLE color: 6159527.

HSL color Cylindrical-coordinate representation of color #A7FC5D: hue angle of 92.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7FC5D is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16725293-
CMYK0.3400.630.01
HSL92.08º96.36%67.65%-
HSV(B)92.08º63.1%98.82%-
XYZ52.7278.6322.75-
YUV208.4662.8498.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 252 (98.83% from 255) = 49.22%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=32.62%
G=49.22%
B=18.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167252930.3400.630.0192.0896.3667.65
HexA7FC5D2203F15c6044
Octal247374135420771134140104
Binary1010011111111100101110110001001111111101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FC5D; }

 p { color: rgb(167,252,93); }

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

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

 a { background-color: rgb(167,252,93); }

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

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

 span { border-color: rgb(167,252,93); }

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