Html Css Color HEX #A2C618 Bahia

📋 copy color: '#A2C618'

red 162 ◦ green 198 ◦ blue 24

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

Shades of Bahia #A2C618

Tints of Bahia #A2C618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.25%

R = 42.19%
G = 51.56%
B = 6.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A2C618 (or 0xA2C618) is known color: Bahia. HEX triplet: A2, C6 and 18. RGB value is (162,198,24). Sum of RGB (Red+Green+Blue) = 162+198+24=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C618 is #5D39E7. Grayscale: #A8A8A8. Windows color (decimal): -6109672 or 1623714. OLE color: 1623714.

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

Color convert

RGB 162 198 24 -
CMYK 0.18 0 0.88 0.22
HSL 72.41º 0.78% 0.44% -
HSV(B) 72.41º 0.88% 0.78% -
XYZ 35.26 48.14 8.3 -
YUV 167.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 162 198 24 0.18 0 0.88 0.22 72.41 0.78 0.44
Hex A2 C6 18 12 0 58 16 48 4E 2C
Octal 242 306 30 22 0 130 26 110 116 54
Binary 10100010 11000110 11000 10010 0 1011000 10110 1001000 1001110 101100

Color Harmonies of #A2C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C618

Black with #A2C618

Text Example


Text Example

White with #A2C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C618; }

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

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

background-color css

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

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

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

border-color css

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

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

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