Html Css Color HEX #A6C40E Bahia

📋 copy color: '#A6C40E'

red 166 ◦ green 196 ◦ blue 14

#A6C40E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A6C40E

Tints of Bahia #A6C40E

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 44.15%
G = 52.13%
B = 3.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#A6C40E (or 0xA6C40E) is known color: Bahia. HEX triplet: A6, C4 and 0E. RGB value is (166,196,14). Sum of RGB (Red+Green+Blue) = 166+196+14=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C40E is #593BF1. Grayscale: #A6A6A6. Windows color (decimal): -5848050 or 967846. OLE color: 967846.

HSL color Cylindrical-coordinate representation of color #A6C40E: hue angle of 69.89º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6C40E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 196 14 -
CMYK 0.15 0 0.93 0.23
HSL 69.89º 0.87% 0.41% -
HSV(B) 69.89º 0.93% 0.77% -
XYZ 35.55 47.62 7.73 -
YUV 166.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 166 196 14 0.15 0 0.93 0.23 69.89 0.87 0.41
Hex A6 C4 E F 0 5D 17 46 57 29
Octal 246 304 16 17 0 135 27 106 127 51
Binary 10100110 11000100 1110 1111 0 1011101 10111 1000110 1010111 101001

Color Harmonies of #A6C40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C40E

Black with #A6C40E

Text Example


Text Example

White with #A6C40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C40E; }

 p { color: rgb(166,196,14); }

 H1.HeaderClassName
 {
   color: #A6C40E;
 }
 .AnyTagClassName
 {
   color: #A6C40E;
 }
</style>

background-color css

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

 a { background-color: rgb(166,196,14); }

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

border-color css

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

 span { border-color: rgb(166,196,14); }

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