#A6F04B

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

Shades of Conifer #A6F04B

Tints of Conifer #A6F04B

Color information

#A6F04B (or 0xA6F04B) is unknown color: approx Conifer. HEX triplet: A6, F0 and 4B. RGB value is (166,240,75). Sum of RGB (Red+Green+Blue) = 166+240+75=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F04B is #590FB4. Grayscale: #C7C7C7. Windows color (decimal): -5836725 or 4976806. OLE color: 4976806.

HSL color Cylindrical-coordinate representation of color #A6F04B: hue angle of 86.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6F04B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB16624075-
CMYK0.3100.690.06
HSL86.91º84.62%61.76%-
HSV(B)86.91º68.75%94.12%-
XYZ48.1670.9417.81-
YUV199.0657.98104.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 49.90%
BLUE value IS 75 (29.69% from 255) = 15.59%
R=34.51%
G=49.90%
B=15.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166240750.3100.690.0686.9184.6261.76
HexA6F04B1F045657553e
Octal246360113370105612712576
Binary10100110111100001001011111110100010111010101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F04B; }

 p { color: rgb(166,240,75); }

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

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

 a { background-color: rgb(166,240,75); }

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

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

 span { border-color: rgb(166,240,75); }

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