#A8DA48

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

Shades of Conifer #A8DA48

Tints of Conifer #A8DA48

Color information

#A8DA48 (or 0xA8DA48) is unknown color: approx Conifer. HEX triplet: A8, DA and 48. RGB value is (168,218,72). Sum of RGB (Red+Green+Blue) = 168+218+72=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA48 is #5725B7. Grayscale: #BABABA. Windows color (decimal): -5711288 or 4774568. OLE color: 4774568.

HSL color Cylindrical-coordinate representation of color #A8DA48: hue angle of 80.55º degrees, saturation: 0.66, 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 #A8DA48 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB16821872-
CMYK0.2300.670.15
HSL80.55º66.36%56.86%-
HSV(B)80.55º66.97%85.49%-
XYZ42.3958.9415.27-
YUV186.4163.44114.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 218 (85.55% from 255) = 47.60%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=36.68%
G=47.60%
B=15.72%

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
Decimal168218720.2300.670.1580.5566.3656.86
HexA8DA4817043F514239
Octal2503321102701031712110271
Binary101010001101101010010001011101000011111110100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA48; }

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

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

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

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

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

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

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

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