#A4D661

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

Shades of Conifer #A4D661

Tints of Conifer #A4D661

Color information

#A4D661 (or 0xA4D661) is unknown color: approx Conifer. HEX triplet: A4, D6 and 61. RGB value is (164,214,97). Sum of RGB (Red+Green+Blue) = 164+214+97=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D661 is #5B299E. Grayscale: #BABABA. Windows color (decimal): -5974431 or 6411940. OLE color: 6411940.

HSL color Cylindrical-coordinate representation of color #A4D661: hue angle of 85.64º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4D661 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB16421497-
CMYK0.2300.550.16
HSL85.64º58.79%60.98%-
HSV(B)85.64º54.67%83.92%-
XYZ41.5156.8520.09-
YUV185.7177.94112.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=34.53%
G=45.05%
B=20.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164214970.2300.550.1685.6458.7960.98
HexA4D6611703710563b3d
Octal24432614127067201267375
Binary10100100110101101100001101110110111100001010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D661; }

 p { color: rgb(164,214,97); }

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

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

 a { background-color: rgb(164,214,97); }

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

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

 span { border-color: rgb(164,214,97); }

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