Html Css Color HEX #A2D011 Bahia

📋 copy color: '#A2D011'

red 162 ◦ green 208 ◦ blue 17

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

Shades of Bahia #A2D011

Tints of Bahia #A2D011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 41.86%
G = 53.75%
B = 4.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#A2D011 (or 0xA2D011) is known color: Bahia. HEX triplet: A2, D0 and 11. RGB value is (162,208,17). Sum of RGB (Red+Green+Blue) = 162+208+17=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D011 is #5D2FEE. Grayscale: #ADADAD. Windows color (decimal): -6107119 or 1167522. OLE color: 1167522.

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

Color convert

RGB 162 208 17 -
CMYK 0.22 0 0.92 0.18
HSL 74.45º 0.85% 0.44% -
HSV(B) 74.45º 0.92% 0.82% -
XYZ 37.56 52.83 8.75 -
YUV 172.47 40.26 120.53 -
System Red Green Blue C M Y K H S L
Decimal 162 208 17 0.22 0 0.92 0.18 74.45 0.85 0.44
Hex A2 D0 11 16 0 5C 12 4A 55 2C
Octal 242 320 21 26 0 134 22 112 125 54
Binary 10100010 11010000 10001 10110 0 1011100 10010 1001010 1010101 101100

Color Harmonies of #A2D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D011

Black with #A2D011

Text Example


Text Example

White with #A2D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D011; }

 p { color: rgb(162,208,17); }

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

background-color css

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

 a { background-color: rgb(162,208,17); }

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

border-color css

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

 span { border-color: rgb(162,208,17); }

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