#A7FD61

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

Shades of Conifer #A7FD61

Tints of Conifer #A7FD61

Color information

#A7FD61 (or 0xA7FD61) is unknown color: approx Conifer. HEX triplet: A7, FD and 61. RGB value is (167,253,97). Sum of RGB (Red+Green+Blue) = 167+253+97=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FD61 is #58029E. Grayscale: #D2D2D2. Windows color (decimal): -5767839 or 6421927. OLE color: 6421927.

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

Color convert

RGB16725397-
CMYK0.3400.620.01
HSL93.08º97.5%68.63%-
HSV(B)93.08º61.66%99.22%-
XYZ53.2279.3323.82-
YUV209.564.5197.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=32.30%
G=48.94%
B=18.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167253970.3400.620.0193.0897.568.63
HexA7FD612203E15d6245
Octal247375141420761135142105
Binary1010011111111101110000110001001111101101110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FD61; }

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

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

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

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

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

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

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

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