Html Css Color HEX #A6D01D Bahia

📋 copy color: '#A6D01D'

red 166 ◦ green 208 ◦ blue 29

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

Shades of Bahia #A6D01D

Tints of Bahia #A6D01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 41.19%
G = 51.61%
B = 7.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#A6D01D (or 0xA6D01D) is known color: Bahia. HEX triplet: A6, D0 and 1D. RGB value is (166,208,29). Sum of RGB (Red+Green+Blue) = 166+208+29=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D01D is #592FE2. Grayscale: #AFAFAF. Windows color (decimal): -5844963 or 1953958. OLE color: 1953958.

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

Color convert

RGB 166 208 29 -
CMYK 0.20 0 0.86 0.18
HSL 74.08º 0.76% 0.46% -
HSV(B) 74.08º 0.86% 0.82% -
XYZ 38.5 53.31 9.42 -
YUV 175.04 45.59 121.55 -
System Red Green Blue C M Y K H S L
Decimal 166 208 29 0.20 0 0.86 0.18 74.08 0.76 0.46
Hex A6 D0 1D 14 0 56 12 4A 4C 2E
Octal 246 320 35 24 0 126 22 112 114 56
Binary 10100110 11010000 11101 10100 0 1010110 10010 1001010 1001100 101110

Color Harmonies of #A6D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D01D

Black with #A6D01D

Text Example


Text Example

White with #A6D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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