Html Css Color HEX #A1C917 Bahia

📋 copy color: '#A1C917'

red 161 ◦ green 201 ◦ blue 23

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

Shades of Bahia #A1C917

Tints of Bahia #A1C917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.21%

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 41.82%
G = 52.21%
B = 5.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#A1C917 (or 0xA1C917) is known color: Bahia. HEX triplet: A1, C9 and 17. RGB value is (161,201,23). Sum of RGB (Red+Green+Blue) = 161+201+23=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C917 is #5E36E8. Grayscale: #A9A9A9. Windows color (decimal): -6174441 or 1558945. OLE color: 1558945.

HSL color Cylindrical-coordinate representation of color #A1C917: hue angle of 73.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1C917 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 23 -
CMYK 0.20 0 0.89 0.21
HSL 73.48º 0.79% 0.44% -
HSV(B) 73.48º 0.89% 0.79% -
XYZ 35.74 49.41 8.46 -
YUV 168.75 45.75 122.47 -
System Red Green Blue C M Y K H S L
Decimal 161 201 23 0.20 0 0.89 0.21 73.48 0.79 0.44
Hex A1 C9 17 14 0 59 15 49 4F 2C
Octal 241 311 27 24 0 131 25 111 117 54
Binary 10100001 11001001 10111 10100 0 1011001 10101 1001001 1001111 101100

Color Harmonies of #A1C917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C917

Black with #A1C917

Text Example


Text Example

White with #A1C917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C917; }

 p { color: rgb(161,201,23); }

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

background-color css

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

 a { background-color: rgb(161,201,23); }

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

border-color css

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

 span { border-color: rgb(161,201,23); }

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