#a6cf1d

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

Shades of Bahia #A6CF1D

Tints of Bahia #A6CF1D

Color information

#A6CF1D (or 0xA6CF1D) is unknown color: approx Bahia. HEX triplet: A6, CF and 1D. RGB value is (166,207,29). Sum of RGB (Red+Green+Blue) = 166+207+29=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF1D is #5930E2. Grayscale: #AFAFAF. Windows color (decimal): -5845219 or 1953702. OLE color: 1953702.

HSL color Cylindrical-coordinate representation of color #A6CF1D: hue angle of 73.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6CF1D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB16620729-
CMYK0.2000.860.19
HSL73.82º75.42%46.27%-
HSV(B)73.82º85.99%81.18%-
XYZ38.2652.829.34-
YUV174.4545.92121.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 207 (81.25% from 255) = 51.49%
BLUE value IS 29 (11.72% from 255) = 7.21%
R=41.29%
G=51.49%
B=7.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207290.2000.860.1973.8275.4246.27
HexA6CF1D14056134a4b2e
Octal246317352401262311211356
Binary10100110110011111110110100010101101001110010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6cf1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6cf1d; }

 p { color: rgb(166,207,29); }

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

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

 a { background-color: rgb(166,207,29); }

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

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

 span { border-color: rgb(166,207,29); }

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