#a6eb55

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

Shades of Conifer #A6EB55

Tints of Conifer #A6EB55

Color information

#A6EB55 (or 0xA6EB55) is unknown color: approx Conifer. HEX triplet: A6, EB and 55. RGB value is (166,235,85). Sum of RGB (Red+Green+Blue) = 166+235+85=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EB55 is #5914AA. Grayscale: #C5C5C5. Windows color (decimal): -5837995 or 5630886. OLE color: 5630886.

HSL color Cylindrical-coordinate representation of color #A6EB55: hue angle of 87.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6EB55 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB16623585-
CMYK0.2900.640.08
HSL87.6º78.95%62.75%-
HSV(B)87.6º63.83%92.16%-
XYZ47.0768.1819.27-
YUV197.2764.64105.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 235 (92.19% from 255) = 48.35%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=34.16%
G=48.35%
B=17.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal166235850.2900.640.0887.678.9562.75
HexA6EB551D0408584f3f
Octal2463531253501001013011777
Binary101001101110101110101011110101000000100010110001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6eb55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6eb55; }

 p { color: rgb(166,235,85); }

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

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

 a { background-color: rgb(166,235,85); }

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

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

 span { border-color: rgb(166,235,85); }

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