#A4D568

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

Shades of Conifer #A4D568

Tints of Conifer #A4D568

Color information

#A4D568 (or 0xA4D568) is unknown color: approx Conifer. HEX triplet: A4, D5 and 68. RGB value is (164,213,104). Sum of RGB (Red+Green+Blue) = 164+213+104=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D568 is #5B2A97. Grayscale: #BABABA. Windows color (decimal): -5974680 or 6870436. OLE color: 6870436.

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

Color convert

RGB164213104-
CMYK0.2300.510.16
HSL86.97º56.48%62.16%-
HSV(B)86.97º51.17%83.53%-
XYZ41.656.4821.81-
YUV185.9281.77112.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=34.10%
G=44.28%
B=21.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131040.2300.510.1686.9756.4862.16
HexA4D568170331057383e
Octal24432515027063201277076
Binary10100100110101011101000101110110011100001010111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D568; }

 p { color: rgb(164,213,104); }

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

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

 a { background-color: rgb(164,213,104); }

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

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

 span { border-color: rgb(164,213,104); }

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