Html Css Color HEX #A1D21C Bahia

📋 copy color: '#A1D21C'

red 161 ◦ green 210 ◦ blue 28

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

Shades of Bahia #A1D21C

Tints of Bahia #A1D21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.63%

 BLUE value IS 28 (11.33% from 255) = 7.02%

R = 40.35%
G = 52.63%
B = 7.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A1D21C (or 0xA1D21C) is known color: Bahia. HEX triplet: A1, D2 and 1C. RGB value is (161,210,28). Sum of RGB (Red+Green+Blue) = 161+210+28=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D21C is #5E2DE3. Grayscale: #AFAFAF. Windows color (decimal): -6172132 or 1888929. OLE color: 1888929.

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

Color convert

RGB 161 210 28 -
CMYK 0.23 0 0.87 0.18
HSL 76.15º 0.76% 0.47% -
HSV(B) 76.15º 0.87% 0.82% -
XYZ 37.95 53.75 9.47 -
YUV 174.6 45.27 118.3 -
System Red Green Blue C M Y K H S L
Decimal 161 210 28 0.23 0 0.87 0.18 76.15 0.76 0.47
Hex A1 D2 1C 17 0 57 12 4C 4C 2F
Octal 241 322 34 27 0 127 22 114 114 57
Binary 10100001 11010010 11100 10111 0 1010111 10010 1001100 1001100 101111

Color Harmonies of #A1D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D21C

Black with #A1D21C

Text Example


Text Example

White with #A1D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D21C; }

 p { color: rgb(161,210,28); }

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

background-color css

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

 a { background-color: rgb(161,210,28); }

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

border-color css

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

 span { border-color: rgb(161,210,28); }

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