#A6E662

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

Shades of Conifer #A6E662

Tints of Conifer #A6E662

Color information

#A6E662 (or 0xA6E662) is unknown color: approx Conifer. HEX triplet: A6, E6 and 62. RGB value is (166,230,98). Sum of RGB (Red+Green+Blue) = 166+230+98=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E662 is #59199D. Grayscale: #C4C4C4. Windows color (decimal): -5839262 or 6481574. OLE color: 6481574.

HSL color Cylindrical-coordinate representation of color #A6E662: hue angle of 89.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6E662 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB16623098-
CMYK0.2800.570.10
HSL89.09º72.53%64.31%-
HSV(B)89.09º57.39%90.2%-
XYZ46.2365.5821.78-
YUV195.8272.8106.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 230 (90.23% from 255) = 46.56%
BLUE value IS 98 (38.67% from 255) = 19.84%
R=33.60%
G=46.56%
B=19.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166230980.2800.570.1089.0972.5364.31
HexA6E6621C039A594940
Octal2463461423407112131111100
Binary101001101110011011000101110001110011010101100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E662; }

 p { color: rgb(166,230,98); }

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

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

 a { background-color: rgb(166,230,98); }

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

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

 span { border-color: rgb(166,230,98); }

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