#A4CA54

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

Shades of Conifer #A4CA54

Tints of Conifer #A4CA54

Color information

#A4CA54 (or 0xA4CA54) is unknown color: approx Conifer. HEX triplet: A4, CA and 54. RGB value is (164,202,84). Sum of RGB (Red+Green+Blue) = 164+202+84=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA54 is #5B35AB. Grayscale: #B1B1B1. Windows color (decimal): -5977516 or 5556900. OLE color: 5556900.

HSL color Cylindrical-coordinate representation of color #A4CA54: hue angle of 79.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4CA54 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB16420284-
CMYK0.1900.580.21
HSL79.32º52.68%56.08%-
HSV(B)79.32º58.42%79.22%-
XYZ38.0350.7716.18-
YUV177.1975.41118.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=36.44%
G=44.89%
B=18.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202840.1900.580.2179.3252.6856.08
HexA4CA541303A154f3538
Octal24431212423072251176570
Binary10100100110010101010100100110111010101011001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA54; }

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

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

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

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

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

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

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

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