#A8DD68

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

Shades of Conifer #A8DD68

Tints of Conifer #A8DD68

Color information

#A8DD68 (or 0xA8DD68) is unknown color: approx Conifer. HEX triplet: A8, DD and 68. RGB value is (168,221,104). Sum of RGB (Red+Green+Blue) = 168+221+104=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD68 is #572297. Grayscale: #C0C0C0. Windows color (decimal): -5710488 or 6872488. OLE color: 6872488.

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

Color convert

RGB168221104-
CMYK0.2400.530.13
HSL87.18º63.24%63.73%-
HSV(B)87.18º52.94%86.67%-
XYZ44.561.0422.53-
YUV191.8278.44111.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=34.08%
G=44.83%
B=21.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211040.2400.530.1387.1863.2463.73
HexA8DD6818035D573f40
Octal250335150300651512777100
Binary10101000110111011101000110000110101110110101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD68; }

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

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

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

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

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

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

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

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