Html Css Color HEX #A0C12A Bahia

📋 copy color: '#A0C12A'

red 160 ◦ green 193 ◦ blue 42

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

Shades of Bahia #A0C12A

Tints of Bahia #A0C12A

RGB

 RED value IS 160 (62.89% from 255) = 40.51%

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 40.51%
G = 48.86%
B = 10.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A0C12A (or 0xA0C12A) is known color: Bahia. HEX triplet: A0, C1 and 2A. RGB value is (160,193,42). Sum of RGB (Red+Green+Blue) = 160+193+42=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C12A is #5F3ED5. Grayscale: #A6A6A6. Windows color (decimal): -6242006 or 2802080. OLE color: 2802080.

HSL color Cylindrical-coordinate representation of color #A0C12A: hue angle of 73.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C12A is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 42 -
CMYK 0.17 0 0.78 0.24
HSL 73.11º 0.64% 0.46% -
HSV(B) 73.11º 0.78% 0.76% -
XYZ 33.99 45.78 9.24 -
YUV 165.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 160 193 42 0.17 0 0.78 0.24 73.11 0.64 0.46
Hex A0 C1 2A 11 0 4E 18 49 40 2E
Octal 240 301 52 21 0 116 30 111 100 56
Binary 10100000 11000001 101010 10001 0 1001110 11000 1001001 1000000 101110

Color Harmonies of #A0C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C12A

Black with #A0C12A

Text Example


Text Example

White with #A0C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C12A; }

 p { color: rgb(160,193,42); }

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

background-color css

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

 a { background-color: rgb(160,193,42); }

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

border-color css

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

 span { border-color: rgb(160,193,42); }

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