Html Css Color HEX #A1C015 Bahia

📋 copy color: '#A1C015'

red 161 ◦ green 192 ◦ blue 21

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

Shades of Bahia #A1C015

Tints of Bahia #A1C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 43.05%
G = 51.34%
B = 5.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A1C015 (or 0xA1C015) is known color: Bahia. HEX triplet: A1, C0 and 15. RGB value is (161,192,21). Sum of RGB (Red+Green+Blue) = 161+192+21=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C015 is #5E3FEA. Grayscale: #A3A3A3. Windows color (decimal): -6176747 or 1425569. OLE color: 1425569.

HSL color Cylindrical-coordinate representation of color #A1C015: hue angle of 70.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1C015 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 21 -
CMYK 0.16 0 0.89 0.25
HSL 70.88º 0.8% 0.42% -
HSV(B) 70.88º 0.89% 0.75% -
XYZ 33.68 45.33 7.68 -
YUV 163.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 161 192 21 0.16 0 0.89 0.25 70.88 0.8 0.42
Hex A1 C0 15 10 0 59 19 47 50 2A
Octal 241 300 25 20 0 131 31 107 120 52
Binary 10100001 11000000 10101 10000 0 1011001 11001 1000111 1010000 101010

Color Harmonies of #A1C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C015

Black with #A1C015

Text Example


Text Example

White with #A1C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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