#A4CA50

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

Shades of Conifer #A4CA50

Tints of Conifer #A4CA50

Color information

#A4CA50 (or 0xA4CA50) is unknown color: approx Conifer. HEX triplet: A4, CA and 50. RGB value is (164,202,80). Sum of RGB (Red+Green+Blue) = 164+202+80=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA50 is #5B35AF. Grayscale: #B1B1B1. Windows color (decimal): -5977520 or 5294756. OLE color: 5294756.

HSL color Cylindrical-coordinate representation of color #A4CA50: hue angle of 78.69º 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 #A4CA50 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16420280-
CMYK0.1900.600.21
HSL78.69º53.51%55.29%-
HSV(B)78.69º60.4%79.22%-
XYZ37.8850.7115.38-
YUV176.7373.41118.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=36.77%
G=45.29%
B=17.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202800.1900.600.2178.6953.5155.29
HexA4CA501303C154f3637
Octal24431212023074251176667
Binary10100100110010101010000100110111100101011001111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA50; }

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

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

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

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

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

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

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

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