Html Css Color HEX #A2C314 Bahia

📋 copy color: '#A2C314'

red 162 ◦ green 195 ◦ blue 20

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

Shades of Bahia #A2C314

Tints of Bahia #A2C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.72%

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

R = 42.97%
G = 51.72%
B = 5.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A2C314 (or 0xA2C314) is known color: Bahia. HEX triplet: A2, C3 and 14. RGB value is (162,195,20). Sum of RGB (Red+Green+Blue) = 162+195+20=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C314 is #5D3CEB. Grayscale: #A5A5A5. Windows color (decimal): -6110444 or 1360802. OLE color: 1360802.

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

Color convert

RGB 162 195 20 -
CMYK 0.17 0 0.90 0.24
HSL 71.31º 0.81% 0.42% -
HSV(B) 71.31º 0.9% 0.76% -
XYZ 34.54 46.76 7.87 -
YUV 165.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 162 195 20 0.17 0 0.90 0.24 71.31 0.81 0.42
Hex A2 C3 14 11 0 5A 18 47 51 2A
Octal 242 303 24 21 0 132 30 107 121 52
Binary 10100010 11000011 10100 10001 0 1011010 11000 1000111 1010001 101010

Color Harmonies of #A2C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C314

Black with #A2C314

Text Example


Text Example

White with #A2C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C314; }

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

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

background-color css

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

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

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

border-color css

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

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

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