#A8DD61

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

Shades of Conifer #A8DD61

Tints of Conifer #A8DD61

Color information

#A8DD61 (or 0xA8DD61) is unknown color: approx Conifer. HEX triplet: A8, DD and 61. RGB value is (168,221,97). Sum of RGB (Red+Green+Blue) = 168+221+97=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD61 is #57229E. Grayscale: #BFBFBF. Windows color (decimal): -5710495 or 6413736. OLE color: 6413736.

HSL color Cylindrical-coordinate representation of color #A8DD61: hue angle of 85.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8DD61 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB16822197-
CMYK0.2400.560.13
HSL85.65º64.58%62.35%-
HSV(B)85.65º56.11%86.67%-
XYZ44.1660.920.74-
YUV191.0274.94111.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=34.57%
G=45.47%
B=19.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221970.2400.560.1385.6564.5862.35
HexA8DD6118038D56413e
Octal250335141300701512610176
Binary10101000110111011100001110000111000110110101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD61; }

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

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

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

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

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

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

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

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