#A8D555

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

Shades of Conifer #A8D555

Tints of Conifer #A8D555

Color information

#A8D555 (or 0xA8D555) is unknown color: approx Conifer. HEX triplet: A8, D5 and 55. RGB value is (168,213,85). Sum of RGB (Red+Green+Blue) = 168+213+85=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D555 is #572AAA. Grayscale: #B9B9B9. Windows color (decimal): -5712555 or 5625256. OLE color: 5625256.

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

Color convert

RGB16821385-
CMYK0.2100.600.16
HSL81.09º60.38%58.43%-
HSV(B)81.09º60.09%83.53%-
XYZ41.5856.5717.32-
YUV184.9571.59115.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=36.05%
G=45.71%
B=18.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213850.2100.600.1681.0960.3858.43
HexA8D5551503C10513c3a
Octal25032512525074201217472
Binary10101000110101011010101101010111100100001010001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D555; }

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

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

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

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

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

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

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

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