#A7D94C

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

Shades of Conifer #A7D94C

Tints of Conifer #A7D94C

Color information

#A7D94C (or 0xA7D94C) is unknown color: approx Conifer. HEX triplet: A7, D9 and 4C. RGB value is (167,217,76). Sum of RGB (Red+Green+Blue) = 167+217+76=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D94C is #5826B3. Grayscale: #BABABA. Windows color (decimal): -5777076 or 5036455. OLE color: 5036455.

HSL color Cylindrical-coordinate representation of color #A7D94C: hue angle of 81.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7D94C is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB16721776-
CMYK0.2300.650.15
HSL81.28º64.98%57.45%-
HSV(B)81.28º64.98%85.1%-
XYZ42.0558.3615.89-
YUV185.9865.94114.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 76 (30.08% from 255) = 16.52%
R=36.30%
G=47.17%
B=16.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167217760.2300.650.1581.2864.9857.45
HexA7D94C17041F514139
Octal2473311142701011712110171
Binary101001111101100110011001011101000001111110100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D94C; }

 p { color: rgb(167,217,76); }

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

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

 a { background-color: rgb(167,217,76); }

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

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

 span { border-color: rgb(167,217,76); }

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