Html Css Color HEX #A1C314 Bahia

📋 copy color: '#A1C314'

red 161 ◦ green 195 ◦ blue 20

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

Shades of Bahia #A1C314

Tints of Bahia #A1C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 42.82%
G = 51.86%
B = 5.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A1C314 (or 0xA1C314) is known color: Bahia. HEX triplet: A1, C3 and 14. RGB value is (161,195,20). Sum of RGB (Red+Green+Blue) = 161+195+20=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C314 is #5E3CEB. Grayscale: #A5A5A5. Windows color (decimal): -6175980 or 1360801. OLE color: 1360801.

HSL color Cylindrical-coordinate representation of color #A1C314: hue angle of 71.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1C314 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 20 -
CMYK 0.17 0 0.90 0.24
HSL 71.66º 0.81% 0.42% -
HSV(B) 71.66º 0.9% 0.76% -
XYZ 34.34 46.66 7.86 -
YUV 164.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 161 195 20 0.17 0 0.90 0.24 71.66 0.81 0.42
Hex A1 C3 14 11 0 5A 18 48 51 2A
Octal 241 303 24 21 0 132 30 110 121 52
Binary 10100001 11000011 10100 10001 0 1011010 11000 1001000 1010001 101010

Color Harmonies of #A1C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C314

Black with #A1C314

Text Example


Text Example

White with #A1C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C314; }

 p { color: rgb(161,195,20); }

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

background-color css

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

 a { background-color: rgb(161,195,20); }

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

border-color css

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

 span { border-color: rgb(161,195,20); }

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