#A8ED47

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

Shades of Conifer #A8ED47

Tints of Conifer #A8ED47

Color information

#A8ED47 (or 0xA8ED47) is unknown color: approx Conifer. HEX triplet: A8, ED and 47. RGB value is (168,237,71). Sum of RGB (Red+Green+Blue) = 168+237+71=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED47 is #5712B8. Grayscale: #C6C6C6. Windows color (decimal): -5706425 or 4713896. OLE color: 4713896.

HSL color Cylindrical-coordinate representation of color #A8ED47: hue angle of 84.94º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8ED47 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB16823771-
CMYK0.2900.700.07
HSL84.94º82.18%60.39%-
HSV(B)84.94º70.04%92.94%-
XYZ47.5769.3516.84-
YUV197.4456.64107-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 237 (92.97% from 255) = 49.79%
BLUE value IS 71 (28.12% from 255) = 14.92%
R=35.29%
G=49.79%
B=14.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168237710.2900.700.0784.9482.1860.39
HexA8ED471D046755523c
Octal250355107350106712512274
Binary10101000111011011000111111010100011011110101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ED47; }

 p { color: rgb(168,237,71); }

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

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

 a { background-color: rgb(168,237,71); }

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

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

 span { border-color: rgb(168,237,71); }

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