Html Css Color HEX #A2D016 Bahia

📋 copy color: '#A2D016'

red 162 ◦ green 208 ◦ blue 22

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

Shades of Bahia #A2D016

Tints of Bahia #A2D016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 41.33%
G = 53.06%
B = 5.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#A2D016 (or 0xA2D016) is known color: Bahia. HEX triplet: A2, D0 and 16. RGB value is (162,208,22). Sum of RGB (Red+Green+Blue) = 162+208+22=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D016 is #5D2FE9. Grayscale: #ADADAD. Windows color (decimal): -6107114 or 1495202. OLE color: 1495202.

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

Color convert

RGB 162 208 22 -
CMYK 0.22 0 0.89 0.18
HSL 74.84º 0.81% 0.45% -
HSV(B) 74.84º 0.89% 0.82% -
XYZ 37.6 52.85 8.98 -
YUV 173.04 42.76 120.12 -
System Red Green Blue C M Y K H S L
Decimal 162 208 22 0.22 0 0.89 0.18 74.84 0.81 0.45
Hex A2 D0 16 16 0 59 12 4B 51 2D
Octal 242 320 26 26 0 131 22 113 121 55
Binary 10100010 11010000 10110 10110 0 1011001 10010 1001011 1010001 101101

Color Harmonies of #A2D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D016

Black with #A2D016

Text Example


Text Example

White with #A2D016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D016; }

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

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

background-color css

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

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

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

border-color css

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

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

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