#A8DA4B

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

Shades of Conifer #A8DA4B

Tints of Conifer #A8DA4B

Color information

#A8DA4B (or 0xA8DA4B) is unknown color: approx Conifer. HEX triplet: A8, DA and 4B. RGB value is (168,218,75). Sum of RGB (Red+Green+Blue) = 168+218+75=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA4B is #5725B4. Grayscale: #BBBBBB. Windows color (decimal): -5711285 or 4971176. OLE color: 4971176.

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

Color convert

RGB16821875-
CMYK0.2300.660.15
HSL80.98º65.9%57.45%-
HSV(B)80.98º65.6%85.49%-
XYZ42.4958.9815.8-
YUV186.7564.94114.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=36.44%
G=47.29%
B=16.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168218750.2300.660.1580.9865.957.45
HexA8DA4B17042F514239
Octal2503321132701021712110271
Binary101010001101101010010111011101000010111110100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA4B; }

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

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

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

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

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

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

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

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