#A6D00F

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

Shades of Bahia #A6D00F

Tints of Bahia #A6D00F

Color information

#A6D00F (or 0xA6D00F) is unknown color: approx Bahia. HEX triplet: A6, D0 and 0F. RGB value is (166,208,15). Sum of RGB (Red+Green+Blue) = 166+208+15=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D00F is #592FF0. Grayscale: #AEAEAE. Windows color (decimal): -5844977 or 1036454. OLE color: 1036454.

HSL color Cylindrical-coordinate representation of color #A6D00F: hue angle of 73.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6D00F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB16620815-
CMYK0.2000.930.18
HSL73.06º86.55%43.73%-
HSV(B)73.06º92.79%81.57%-
XYZ38.3753.258.71-
YUV173.4438.59122.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 208 (81.64% from 255) = 53.47%
BLUE value IS 15 (6.25% from 255) = 3.86%
R=42.67%
G=53.47%
B=3.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166208150.2000.930.1873.0686.5543.73
HexA6D0F1405D1249572c
Octal246320172401352211112754
Binary1010011011010000111110100010111011001010010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D00F; }

 p { color: rgb(166,208,15); }

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

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

 a { background-color: rgb(166,208,15); }

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

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

 span { border-color: rgb(166,208,15); }

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