#A8D561

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

Shades of Conifer #A8D561

Tints of Conifer #A8D561

Color information

#A8D561 (or 0xA8D561) is unknown color: approx Conifer. HEX triplet: A8, D5 and 61. RGB value is (168,213,97). Sum of RGB (Red+Green+Blue) = 168+213+97=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D561 is #572A9E. Grayscale: #BABABA. Windows color (decimal): -5712543 or 6411688. OLE color: 6411688.

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

Color convert

RGB16821397-
CMYK0.2100.540.16
HSL83.28º58%60.78%-
HSV(B)83.28º54.46%83.53%-
XYZ42.156.7820.05-
YUV186.3277.59114.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=35.15%
G=44.56%
B=20.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213970.2100.540.1683.285860.78
HexA8D5611503610533a3d
Octal25032514125066201237275
Binary10101000110101011100001101010110110100001010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D561; }

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

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

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

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

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

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

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

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