#A8DA47

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

Shades of Conifer #A8DA47

Tints of Conifer #A8DA47

Color information

#A8DA47 (or 0xA8DA47) is unknown color: approx Conifer. HEX triplet: A8, DA and 47. RGB value is (168,218,71). Sum of RGB (Red+Green+Blue) = 168+218+71=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA47 is #5725B8. Grayscale: #BABABA. Windows color (decimal): -5711289 or 4709032. OLE color: 4709032.

HSL color Cylindrical-coordinate representation of color #A8DA47: hue angle of 80.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DA47 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB16821871-
CMYK0.2300.670.15
HSL80.41º66.52%56.67%-
HSV(B)80.41º67.43%85.49%-
XYZ42.3658.9215.1-
YUV186.2962.94114.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 71 (28.12% from 255) = 15.54%
R=36.76%
G=47.70%
B=15.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168218710.2300.670.1580.4166.5256.67
HexA8DA4717043F504339
Octal2503321072701031712010371
Binary101010001101101010001111011101000011111110100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA47; }

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

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

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

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

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

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

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

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