Html Css Color HEX #A1CE11 Bahia

📋 copy color: '#A1CE11'

red 161 ◦ green 206 ◦ blue 17

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

Shades of Bahia #A1CE11

Tints of Bahia #A1CE11

RGB

 RED value IS 161 (63.28% from 255) = 41.93%

 GREEN value IS 206 (80.86% from 255) = 53.65%

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

R = 41.93%
G = 53.65%
B = 4.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#A1CE11 (or 0xA1CE11) is known color: Bahia. HEX triplet: A1, CE and 11. RGB value is (161,206,17). Sum of RGB (Red+Green+Blue) = 161+206+17=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CE11 is #5E31EE. Grayscale: #ABABAB. Windows color (decimal): -6173167 or 1167009. OLE color: 1167009.

HSL color Cylindrical-coordinate representation of color #A1CE11: hue angle of 74.29º 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 #A1CE11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 17 -
CMYK 0.22 0 0.92 0.19
HSL 74.29º 0.85% 0.44% -
HSV(B) 74.29º 0.92% 0.81% -
XYZ 36.87 51.76 8.58 -
YUV 171 41.09 120.87 -
System Red Green Blue C M Y K H S L
Decimal 161 206 17 0.22 0 0.92 0.19 74.29 0.85 0.44
Hex A1 CE 11 16 0 5C 13 4A 55 2C
Octal 241 316 21 26 0 134 23 112 125 54
Binary 10100001 11001110 10001 10110 0 1011100 10011 1001010 1010101 101100

Color Harmonies of #A1CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE11

Black with #A1CE11

Text Example


Text Example

White with #A1CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE11; }

 p { color: rgb(161,206,17); }

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

background-color css

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

 a { background-color: rgb(161,206,17); }

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

border-color css

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

 span { border-color: rgb(161,206,17); }

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