#A6D25D

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

Shades of Conifer #A6D25D

Tints of Conifer #A6D25D

Color information

#A6D25D (or 0xA6D25D) is unknown color: approx Conifer. HEX triplet: A6, D2 and 5D. RGB value is (166,210,93). Sum of RGB (Red+Green+Blue) = 166+210+93=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D25D is #592DA2. Grayscale: #B7B7B7. Windows color (decimal): -5844387 or 6148774. OLE color: 6148774.

HSL color Cylindrical-coordinate representation of color #A6D25D: hue angle of 82.56º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6D25D is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB16621093-
CMYK0.2100.560.18
HSL82.56º56.52%59.41%-
HSV(B)82.56º55.71%82.35%-
XYZ40.7554.9918.82-
YUV183.5176.92115.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 210 (82.42% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=35.39%
G=44.78%
B=19.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166210930.2100.560.1882.5656.5259.41
HexA6D25D150381253393b
Octal24632213525070221237173
Binary10100110110100101011101101010111000100101010011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D25D; }

 p { color: rgb(166,210,93); }

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

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

 a { background-color: rgb(166,210,93); }

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

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

 span { border-color: rgb(166,210,93); }

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