#A6C82B

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

Shades of Yellow Green #A6C82B

Tints of Yellow Green #A6C82B

Color information

#A6C82B (or 0xA6C82B) is unknown color: approx Yellow Green. HEX triplet: A6, C8 and 2B. RGB value is (166,200,43). Sum of RGB (Red+Green+Blue) = 166+200+43=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C82B is #5937D4. Grayscale: #ACACAC. Windows color (decimal): -5846997 or 2869414. OLE color: 2869414.

HSL color Cylindrical-coordinate representation of color #A6C82B: hue angle of 72.99º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6C82B is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB16620043-
CMYK0.1700.780.22
HSL72.99º64.61%47.65%-
HSV(B)72.99º78.5%78.43%-
XYZ36.8249.599.92-
YUV171.9455.24123.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 43 (17.19% from 255) = 10.51%
R=40.59%
G=48.90%
B=10.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166200430.1700.780.2272.9964.6147.65
HexA6C82B1104E16494130
Octal246310532101162611110160
Binary101001101100100010101110001010011101011010010011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C82B; }

 p { color: rgb(166,200,43); }

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

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

 a { background-color: rgb(166,200,43); }

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

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

 span { border-color: rgb(166,200,43); }

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