#A4ED68

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

Shades of Conifer #A4ED68

Tints of Conifer #A4ED68

Color information

#A4ED68 (or 0xA4ED68) is unknown color: approx Conifer. HEX triplet: A4, ED and 68. RGB value is (164,237,104). Sum of RGB (Red+Green+Blue) = 164+237+104=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4ED68 is #5B1297. Grayscale: #C8C8C8. Windows color (decimal): -5968536 or 6876580. OLE color: 6876580.

HSL color Cylindrical-coordinate representation of color #A4ED68: hue angle of 92.93º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4ED68 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB164237104-
CMYK0.3100.560.07
HSL92.93º78.7%66.86%-
HSV(B)92.93º56.12%92.94%-
XYZ48.0969.4623.97-
YUV200.0173.82102.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 237 (92.97% from 255) = 46.93%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=32.48%
G=46.93%
B=20.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642371040.3100.560.0792.9378.766.86
HexA4ED681F03875d4f43
Octal244355150370707135117103
Binary10100100111011011101000111110111000111101110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED68; }

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

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

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

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

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

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

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

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