#A7E16A

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

Shades of Conifer #A7E16A

Tints of Conifer #A7E16A

Color information

#A7E16A (or 0xA7E16A) is unknown color: approx Conifer. HEX triplet: A7, E1 and 6A. RGB value is (167,225,106). Sum of RGB (Red+Green+Blue) = 167+225+106=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E16A is #581E95. Grayscale: #C2C2C2. Windows color (decimal): -5774998 or 7004583. OLE color: 7004583.

HSL color Cylindrical-coordinate representation of color #A7E16A: hue angle of 89.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7E16A is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB167225106-
CMYK0.2600.530.12
HSL89.24º66.48%64.9%-
HSV(B)89.24º52.89%88.24%-
XYZ45.4663.1123.42-
YUV194.0978.28108.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=33.53%
G=45.18%
B=21.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672251060.2600.530.1289.2466.4864.9
HexA7E16A1A035C594241
Octal2473411523206514131102101
Binary101001111110000111010101101001101011100101100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E16A; }

 p { color: rgb(167,225,106); }

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

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

 a { background-color: rgb(167,225,106); }

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

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

 span { border-color: rgb(167,225,106); }

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