Html Css Color HEX #A6D014 Bahia

📋 copy color: '#A6D014'

red 166 ◦ green 208 ◦ blue 20

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

Shades of Bahia #A6D014

Tints of Bahia #A6D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 42.13%
G = 52.79%
B = 5.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#A6D014 (or 0xA6D014) is known color: Bahia. HEX triplet: A6, D0 and 14. RGB value is (166,208,20). Sum of RGB (Red+Green+Blue) = 166+208+20=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D014 is #592FEB. Grayscale: #AEAEAE. Windows color (decimal): -5844972 or 1364134. OLE color: 1364134.

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

Color convert

RGB 166 208 20 -
CMYK 0.20 0 0.90 0.18
HSL 73.4º 0.82% 0.45% -
HSV(B) 73.4º 0.9% 0.82% -
XYZ 38.41 53.27 8.92 -
YUV 174.01 41.09 122.29 -
System Red Green Blue C M Y K H S L
Decimal 166 208 20 0.20 0 0.90 0.18 73.4 0.82 0.45
Hex A6 D0 14 14 0 5A 12 49 52 2D
Octal 246 320 24 24 0 132 22 111 122 55
Binary 10100110 11010000 10100 10100 0 1011010 10010 1001001 1010010 101101

Color Harmonies of #A6D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D014

Black with #A6D014

Text Example


Text Example

White with #A6D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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