Html Css Color HEX #A6CF11 Bahia

📋 copy color: '#A6CF11'

red 166 ◦ green 207 ◦ blue 17

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

Shades of Bahia #A6CF11

Tints of Bahia #A6CF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.08%

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 42.56%
G = 53.08%
B = 4.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#A6CF11 (or 0xA6CF11) is known color: Bahia. HEX triplet: A6, CF and 11. RGB value is (166,207,17). Sum of RGB (Red+Green+Blue) = 166+207+17=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CF11 is #5930EE. Grayscale: #ADADAD. Windows color (decimal): -5845231 or 1167270. OLE color: 1167270.

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

Color convert

RGB 166 207 17 -
CMYK 0.20 0 0.92 0.19
HSL 72.95º 0.85% 0.44% -
HSV(B) 72.95º 0.92% 0.81% -
XYZ 38.14 52.77 8.71 -
YUV 173.08 39.92 122.95 -
System Red Green Blue C M Y K H S L
Decimal 166 207 17 0.20 0 0.92 0.19 72.95 0.85 0.44
Hex A6 CF 11 14 0 5C 13 49 55 2C
Octal 246 317 21 24 0 134 23 111 125 54
Binary 10100110 11001111 10001 10100 0 1011100 10011 1001001 1010101 101100

Color Harmonies of #A6CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF11

Black with #A6CF11

Text Example


Text Example

White with #A6CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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