#A7FF5F

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

Shades of Conifer #A7FF5F

Tints of Conifer #A7FF5F

Color information

#A7FF5F (or 0xA7FF5F) is unknown color: approx Conifer. HEX triplet: A7, FF and 5F. RGB value is (167,255,95). Sum of RGB (Red+Green+Blue) = 167+255+95=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FF5F is #5800A0. Grayscale: #D2D2D2. Windows color (decimal): -5767329 or 6291367. OLE color: 6291367.

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

Color convert

RGB16725595-
CMYK0.3500.630
HSL93º100%68.63%-
HSV(B)93º62.75%100%-
XYZ53.7680.5623.54-
YUV210.4562.8597.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=32.30%
G=49.32%
B=18.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal167255950.3500.6309310068.63
HexA7FF5F2303F05d6445
Octal247377137430770135144105
Binary1010011111111111101111110001101111110101110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FF5F; }

 p { color: rgb(167,255,95); }

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

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

 a { background-color: rgb(167,255,95); }

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

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

 span { border-color: rgb(167,255,95); }

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