Html Css Color HEX #A2D11C Bahia

📋 copy color: '#A2D11C'

red 162 ◦ green 209 ◦ blue 28

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

Shades of Bahia #A2D11C

Tints of Bahia #A2D11C

RGB

 RED value IS 162 (63.67% from 255) = 40.6%

 GREEN value IS 209 (82.03% from 255) = 52.38%

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

R = 40.6%
G = 52.38%
B = 7.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A2D11C (or 0xA2D11C) is known color: Bahia. HEX triplet: A2, D1 and 1C. RGB value is (162,209,28). Sum of RGB (Red+Green+Blue) = 162+209+28=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D11C is #5D2EE3. Grayscale: #AEAEAE. Windows color (decimal): -6106852 or 1888674. OLE color: 1888674.

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

Color convert

RGB 162 209 28 -
CMYK 0.22 0 0.87 0.18
HSL 75.58º 0.76% 0.46% -
HSV(B) 75.58º 0.87% 0.82% -
XYZ 37.91 53.37 9.4 -
YUV 174.31 45.43 119.22 -
System Red Green Blue C M Y K H S L
Decimal 162 209 28 0.22 0 0.87 0.18 75.58 0.76 0.46
Hex A2 D1 1C 16 0 57 12 4C 4C 2E
Octal 242 321 34 26 0 127 22 114 114 56
Binary 10100010 11010001 11100 10110 0 1010111 10010 1001100 1001100 101110

Color Harmonies of #A2D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D11C

Black with #A2D11C

Text Example


Text Example

White with #A2D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D11C; }

 p { color: rgb(162,209,28); }

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

background-color css

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

 a { background-color: rgb(162,209,28); }

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

border-color css

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

 span { border-color: rgb(162,209,28); }

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