#a4de68

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

Shades of Conifer #A4DE68

Tints of Conifer #A4DE68

Color information

#A4DE68 (or 0xA4DE68) is unknown color: approx Conifer. HEX triplet: A4, DE and 68. RGB value is (164,222,104). Sum of RGB (Red+Green+Blue) = 164+222+104=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE68 is #5B2197. Grayscale: #BFBFBF. Windows color (decimal): -5972376 or 6872740. OLE color: 6872740.

HSL color Cylindrical-coordinate representation of color #A4DE68: hue angle of 89.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4DE68 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB164222104-
CMYK0.2600.530.13
HSL89.49º64.13%63.92%-
HSV(B)89.49º53.15%87.06%-
XYZ43.9361.1322.58-
YUV191.2178.78108.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=33.47%
G=45.31%
B=21.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221040.2600.530.1389.4964.1363.92
HexA4DE681A035D594040
Octal2443361503206515131100100
Binary101001001101111011010001101001101011101101100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4de68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4de68; }

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

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

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

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

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

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

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

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