Html Css Color HEX #A2C612 Bahia

📋 copy color: '#A2C612'

red 162 ◦ green 198 ◦ blue 18

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

Shades of Bahia #A2C612

Tints of Bahia #A2C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 42.86%
G = 52.38%
B = 4.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#A2C612 (or 0xA2C612) is known color: Bahia. HEX triplet: A2, C6 and 12. RGB value is (162,198,18). Sum of RGB (Red+Green+Blue) = 162+198+18=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C612 is #5D39ED. Grayscale: #A7A7A7. Windows color (decimal): -6109678 or 1230498. OLE color: 1230498.

HSL color Cylindrical-coordinate representation of color #A2C612: hue angle of 72º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2C612 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 18 -
CMYK 0.18 0 0.91 0.22
HSL 72º 0.83% 0.42% -
HSV(B) 72º 0.91% 0.78% -
XYZ 35.2 48.11 8 -
YUV 166.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 162 198 18 0.18 0 0.91 0.22 72 0.83 0.42
Hex A2 C6 12 12 0 5B 16 48 53 2A
Octal 242 306 22 22 0 133 26 110 123 52
Binary 10100010 11000110 10010 10010 0 1011011 10110 1001000 1010011 101010

Color Harmonies of #A2C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C612

Black with #A2C612

Text Example


Text Example

White with #A2C612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C612; }

 p { color: rgb(162,198,18); }

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

background-color css

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

 a { background-color: rgb(162,198,18); }

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

border-color css

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

 span { border-color: rgb(162,198,18); }

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