#A7CA63

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

Shades of Conifer #A7CA63

Tints of Conifer #A7CA63

Color information

#A7CA63 (or 0xA7CA63) is unknown color: approx Conifer. HEX triplet: A7, CA and 63. RGB value is (167,202,99). Sum of RGB (Red+Green+Blue) = 167+202+99=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA63 is #58359C. Grayscale: #B4B4B4. Windows color (decimal): -5780893 or 6539943. OLE color: 6539943.

HSL color Cylindrical-coordinate representation of color #A7CA63: hue angle of 80.39º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7CA63 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB16720299-
CMYK0.1700.510.21
HSL80.39º49.28%59.02%-
HSV(B)80.39º50.99%79.22%-
XYZ39.3151.3619.65-
YUV179.7982.4118.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=35.68%
G=43.16%
B=21.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167202990.1700.510.2180.3949.2859.02
HexA7CA63110331550313b
Octal24731214321063251206173
Binary10100111110010101100011100010110011101011010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA63; }

 p { color: rgb(167,202,99); }

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

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

 a { background-color: rgb(167,202,99); }

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

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

 span { border-color: rgb(167,202,99); }

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