Html Css Color HEX #A1C717 Bahia

📋 copy color: '#A1C717'

red 161 ◦ green 199 ◦ blue 23

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

Shades of Bahia #A1C717

Tints of Bahia #A1C717

RGB

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

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

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

R = 42.04%
G = 51.96%
B = 6.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A1C717 (or 0xA1C717) is known color: Bahia. HEX triplet: A1, C7 and 17. RGB value is (161,199,23). Sum of RGB (Red+Green+Blue) = 161+199+23=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C717 is #5E38E8. Grayscale: #A8A8A8. Windows color (decimal): -6174953 or 1558433. OLE color: 1558433.

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

Color convert

RGB 161 199 23 -
CMYK 0.19 0 0.88 0.22
HSL 72.95º 0.79% 0.44% -
HSV(B) 72.95º 0.88% 0.78% -
XYZ 35.28 48.49 8.31 -
YUV 167.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 161 199 23 0.19 0 0.88 0.22 72.95 0.79 0.44
Hex A1 C7 17 13 0 58 16 49 4F 2C
Octal 241 307 27 23 0 130 26 111 117 54
Binary 10100001 11000111 10111 10011 0 1011000 10110 1001001 1001111 101100

Color Harmonies of #A1C717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C717

Black with #A1C717

Text Example


Text Example

White with #A1C717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C717; }

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

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

background-color css

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

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

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

border-color css

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

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

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