Html Css Color HEX #A2C014 Bahia

📋 copy color: '#A2C014'

red 162 ◦ green 192 ◦ blue 20

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

Shades of Bahia #A2C014

Tints of Bahia #A2C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 43.32%
G = 51.34%
B = 5.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#A2C014 (or 0xA2C014) is known color: Bahia. HEX triplet: A2, C0 and 14. RGB value is (162,192,20). Sum of RGB (Red+Green+Blue) = 162+192+20=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C014 is #5D3FEB. Grayscale: #A4A4A4. Windows color (decimal): -6111212 or 1360034. OLE color: 1360034.

HSL color Cylindrical-coordinate representation of color #A2C014: hue angle of 70.47º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2C014 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 20 -
CMYK 0.16 0 0.90 0.25
HSL 70.47º 0.81% 0.42% -
HSV(B) 70.47º 0.9% 0.75% -
XYZ 33.88 45.43 7.65 -
YUV 163.42 47.06 126.99 -
System Red Green Blue C M Y K H S L
Decimal 162 192 20 0.16 0 0.90 0.25 70.47 0.81 0.42
Hex A2 C0 14 10 0 5A 19 46 51 2A
Octal 242 300 24 20 0 132 31 106 121 52
Binary 10100010 11000000 10100 10000 0 1011010 11001 1000110 1010001 101010

Color Harmonies of #A2C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C014

Black with #A2C014

Text Example


Text Example

White with #A2C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C014; }

 p { color: rgb(162,192,20); }

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

background-color css

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

 a { background-color: rgb(162,192,20); }

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

border-color css

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

 span { border-color: rgb(162,192,20); }

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