#A4ED49

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

Shades of Conifer #A4ED49

Tints of Conifer #A4ED49

Color information

#A4ED49 (or 0xA4ED49) is unknown color: approx Conifer. HEX triplet: A4, ED and 49. RGB value is (164,237,73). Sum of RGB (Red+Green+Blue) = 164+237+73=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED49 is #5B12B6. Grayscale: #C5C5C5. Windows color (decimal): -5968567 or 4844964. OLE color: 4844964.

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

Color convert

RGB16423773-
CMYK0.3100.690.07
HSL86.71º82%60.78%-
HSV(B)86.71º69.2%92.94%-
XYZ46.868.9417.14-
YUV196.4858.32104.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 15.40%
R=34.60%
G=50%
B=15.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164237730.3100.690.0786.718260.78
HexA4ED491F045757523d
Octal244355111370105712712275
Binary10100100111011011001001111110100010111110101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED49; }

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

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

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

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

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

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

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

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