#A6E64C

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

Shades of Conifer #A6E64C

Tints of Conifer #A6E64C

Color information

#A6E64C (or 0xA6E64C) is unknown color: approx Conifer. HEX triplet: A6, E6 and 4C. RGB value is (166,230,76). Sum of RGB (Red+Green+Blue) = 166+230+76=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E64C is #5919B3. Grayscale: #C1C1C1. Windows color (decimal): -5839284 or 5039782. OLE color: 5039782.

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

Color convert

RGB16623076-
CMYK0.2800.670.10
HSL84.94º75.49%60%-
HSV(B)84.94º66.96%90.2%-
XYZ45.3365.2217.04-
YUV193.3161.8108.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 230 (90.23% from 255) = 48.73%
BLUE value IS 76 (30.08% from 255) = 16.10%
R=35.17%
G=48.73%
B=16.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166230760.2800.670.1084.9475.4960
HexA6E64C1C043A554b3c
Octal2463461143401031212511374
Binary101001101110011010011001110001000011101010101011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E64C; }

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

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

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

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

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

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

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

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