#A8DF6A

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

Shades of Conifer #A8DF6A

Tints of Conifer #A8DF6A

Color information

#A8DF6A (or 0xA8DF6A) is unknown color: approx Conifer. HEX triplet: A8, DF and 6A. RGB value is (168,223,106). Sum of RGB (Red+Green+Blue) = 168+223+106=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF6A is #572095. Grayscale: #C1C1C1. Windows color (decimal): -5709974 or 7004072. OLE color: 7004072.

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

Color convert

RGB168223106-
CMYK0.2500.520.13
HSL88.21º64.64%64.51%-
HSV(B)88.21º52.47%87.45%-
XYZ45.1462.1423.25-
YUV193.2278.78110.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 223 (87.5% from 255) = 44.87%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=33.80%
G=44.87%
B=21.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231060.2500.520.1388.2164.6464.51
HexA8DF6A19034D584141
Octal2503371523106415130101101
Binary101010001101111111010101100101101001101101100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF6A; }

 p { color: rgb(168,223,106); }

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

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

 a { background-color: rgb(168,223,106); }

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

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

 span { border-color: rgb(168,223,106); }

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