#A7CA50

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

Shades of Conifer #A7CA50

Tints of Conifer #A7CA50

Color information

#A7CA50 (or 0xA7CA50) is unknown color: approx Conifer. HEX triplet: A7, CA and 50. RGB value is (167,202,80). Sum of RGB (Red+Green+Blue) = 167+202+80=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA50 is #5835AF. Grayscale: #B2B2B2. Windows color (decimal): -5780912 or 5294759. OLE color: 5294759.

HSL color Cylindrical-coordinate representation of color #A7CA50: hue angle of 77.21º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7CA50 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16720280-
CMYK0.1700.600.21
HSL77.21º53.51%55.29%-
HSV(B)77.21º60.4%79.22%-
XYZ38.551.0415.41-
YUV177.6372.9120.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=37.19%
G=44.99%
B=17.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167202800.1700.600.2177.2153.5155.29
HexA7CA501103C154d3637
Octal24731212021074251156667
Binary10100111110010101010000100010111100101011001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA50; }

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

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

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

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

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

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

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

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