#A8D551

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

Shades of Conifer #A8D551

Tints of Conifer #A8D551

Color information

#A8D551 (or 0xA8D551) is unknown color: approx Conifer. HEX triplet: A8, D5 and 51. RGB value is (168,213,81). Sum of RGB (Red+Green+Blue) = 168+213+81=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D551 is #572AAE. Grayscale: #B8B8B8. Windows color (decimal): -5712559 or 5363112. OLE color: 5363112.

HSL color Cylindrical-coordinate representation of color #A8D551: hue angle of 80.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8D551 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB16821381-
CMYK0.2100.620.16
HSL80.45º61.11%57.65%-
HSV(B)80.45º61.97%83.53%-
XYZ41.4356.5116.51-
YUV184.569.59116.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 81 (32.03% from 255) = 17.53%
R=36.36%
G=46.10%
B=17.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213810.2100.620.1680.4561.1157.65
HexA8D5511503E10503d3a
Octal25032512125076201207572
Binary10101000110101011010001101010111110100001010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D551; }

 p { color: rgb(168,213,81); }

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

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

 a { background-color: rgb(168,213,81); }

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

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

 span { border-color: rgb(168,213,81); }

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