#A7FD5D

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

Shades of Conifer #A7FD5D

Tints of Conifer #A7FD5D

Color information

#A7FD5D (or 0xA7FD5D) is unknown color: approx Conifer. HEX triplet: A7, FD and 5D. RGB value is (167,253,93). Sum of RGB (Red+Green+Blue) = 167+253+93=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FD5D is #5802A2. Grayscale: #D1D1D1. Windows color (decimal): -5767843 or 6159783. OLE color: 6159783.

HSL color Cylindrical-coordinate representation of color #A7FD5D: hue angle of 92.25º degrees, saturation: 0.98, 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 #A7FD5D is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16725393-
CMYK0.3400.630.01
HSL92.25º97.56%67.84%-
HSV(B)92.25º63.24%99.22%-
XYZ53.0479.2622.86-
YUV209.0562.5198.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 253 (99.22% from 255) = 49.32%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=32.55%
G=49.32%
B=18.13%

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
Decimal167253930.3400.630.0192.2597.5667.84
HexA7FD5D2203F15c6244
Octal247375135420771134142104
Binary1010011111111101101110110001001111111101110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FD5D; }

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

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

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

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

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

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

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

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