Html Css Color HEX #A1C710 Bahia

📋 copy color: '#A1C710'

red 161 ◦ green 199 ◦ blue 16

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

Shades of Bahia #A1C710

Tints of Bahia #A1C710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 42.82%
G = 52.93%
B = 4.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#A1C710 (or 0xA1C710) is known color: Bahia. HEX triplet: A1, C7 and 10. RGB value is (161,199,16). Sum of RGB (Red+Green+Blue) = 161+199+16=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C710 is #5E38EF. Grayscale: #A7A7A7. Windows color (decimal): -6174960 or 1099681. OLE color: 1099681.

HSL color Cylindrical-coordinate representation of color #A1C710: hue angle of 72.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1C710 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 199 16 -
CMYK 0.19 0 0.92 0.22
HSL 72.46º 0.85% 0.42% -
HSV(B) 72.46º 0.92% 0.78% -
XYZ 35.21 48.46 7.99 -
YUV 166.78 42.91 123.88 -
System Red Green Blue C M Y K H S L
Decimal 161 199 16 0.19 0 0.92 0.22 72.46 0.85 0.42
Hex A1 C7 10 13 0 5C 16 48 55 2A
Octal 241 307 20 23 0 134 26 110 125 52
Binary 10100001 11000111 10000 10011 0 1011100 10110 1001000 1010101 101010

Color Harmonies of #A1C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C710

Black with #A1C710

Text Example


Text Example

White with #A1C710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C710; }

 p { color: rgb(161,199,16); }

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

background-color css

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

 a { background-color: rgb(161,199,16); }

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

border-color css

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

 span { border-color: rgb(161,199,16); }

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