Html Css Color HEX #A6D00F Bahia

📋 copy color: '#A6D00F'

red 166 ◦ green 208 ◦ blue 15

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

Shades of Bahia #A6D00F

Tints of Bahia #A6D00F

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 value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#A6D00F (or 0xA6D00F) is known color: 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

RGB 166 208 15 -
CMYK 0.20 0 0.93 0.18
HSL 73.06º 0.87% 0.44% -
HSV(B) 73.06º 0.93% 0.82% -
XYZ 38.37 53.25 8.71 -
YUV 173.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 166 208 15 0.20 0 0.93 0.18 73.06 0.87 0.44
Hex A6 D0 F 14 0 5D 12 49 57 2C
Octal 246 320 17 24 0 135 22 111 127 54
Binary 10100110 11010000 1111 10100 0 1011101 10010 1001001 1010111 101100

Color Harmonies of #A6D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D00F

Black with #A6D00F

Text Example


Text Example

White with #A6D00F

Text Example


Text Example

HTML Codes & Css Web 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>