#A4D45A

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

Shades of Conifer #A4D45A

Tints of Conifer #A4D45A

Color information

#A4D45A (or 0xA4D45A) is unknown color: approx Conifer. HEX triplet: A4, D4 and 5A. RGB value is (164,212,90). Sum of RGB (Red+Green+Blue) = 164+212+90=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D45A is #5B2BA5. Grayscale: #B8B8B8. Windows color (decimal): -5974950 or 5952676. OLE color: 5952676.

HSL color Cylindrical-coordinate representation of color #A4D45A: hue angle of 83.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4D45A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB16421290-
CMYK0.2300.580.17
HSL83.61º58.65%59.22%-
HSV(B)83.61º57.55%83.14%-
XYZ40.755.7218.28-
YUV183.7475.1113.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=35.19%
G=45.49%
B=19.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164212900.2300.580.1783.6158.6559.22
HexA4D45A1703A11543b3b
Octal24432413227072211247373
Binary10100100110101001011010101110111010100011010100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D45A; }

 p { color: rgb(164,212,90); }

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

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

 a { background-color: rgb(164,212,90); }

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

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

 span { border-color: rgb(164,212,90); }

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