Html Css Color HEX #A1C013 Bahia

📋 copy color: '#A1C013'

red 161 ◦ green 192 ◦ blue 19

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

Shades of Bahia #A1C013

Tints of Bahia #A1C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 43.28%
G = 51.61%
B = 5.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#A1C013 (or 0xA1C013) is known color: Bahia. HEX triplet: A1, C0 and 13. RGB value is (161,192,19). Sum of RGB (Red+Green+Blue) = 161+192+19=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C013 is #5E3FEC. Grayscale: #A3A3A3. Windows color (decimal): -6176749 or 1294497. OLE color: 1294497.

HSL color Cylindrical-coordinate representation of color #A1C013: hue angle of 70.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1C013 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 19 -
CMYK 0.16 0 0.90 0.25
HSL 70.75º 0.82% 0.41% -
HSV(B) 70.75º 0.9% 0.75% -
XYZ 33.67 45.32 7.59 -
YUV 163.01 46.73 126.57 -
System Red Green Blue C M Y K H S L
Decimal 161 192 19 0.16 0 0.90 0.25 70.75 0.82 0.41
Hex A1 C0 13 10 0 5A 19 47 52 29
Octal 241 300 23 20 0 132 31 107 122 51
Binary 10100001 11000000 10011 10000 0 1011010 11001 1000111 1010010 101001

Color Harmonies of #A1C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C013

Black with #A1C013

Text Example


Text Example

White with #A1C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C013; }

 p { color: rgb(161,192,19); }

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

background-color css

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

 a { background-color: rgb(161,192,19); }

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

border-color css

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

 span { border-color: rgb(161,192,19); }

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