Html Css Color HEX #A1D019 Bahia

📋 copy color: '#A1D019'

red 161 ◦ green 208 ◦ blue 25

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

Shades of Bahia #A1D019

Tints of Bahia #A1D019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

 BLUE value IS 25 (10.16% from 255) = 6.35%

R = 40.86%
G = 52.79%
B = 6.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#A1D019 (or 0xA1D019) is known color: Bahia. HEX triplet: A1, D0 and 19. RGB value is (161,208,25). Sum of RGB (Red+Green+Blue) = 161+208+25=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D019 is #5E2FE6. Grayscale: #ADADAD. Windows color (decimal): -6172647 or 1691809. OLE color: 1691809.

HSL color Cylindrical-coordinate representation of color #A1D019: hue angle of 75.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D019 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 25 -
CMYK 0.23 0 0.88 0.18
HSL 75.41º 0.79% 0.46% -
HSV(B) 75.41º 0.88% 0.82% -
XYZ 37.43 52.76 9.13 -
YUV 173.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 161 208 25 0.23 0 0.88 0.18 75.41 0.79 0.46
Hex A1 D0 19 17 0 58 12 4B 4F 2E
Octal 241 320 31 27 0 130 22 113 117 56
Binary 10100001 11010000 11001 10111 0 1011000 10010 1001011 1001111 101110

Color Harmonies of #A1D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D019

Black with #A1D019

Text Example


Text Example

White with #A1D019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D019; }

 p { color: rgb(161,208,25); }

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

background-color css

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

 a { background-color: rgb(161,208,25); }

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

border-color css

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

 span { border-color: rgb(161,208,25); }

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