Html Css Color HEX #A0C129 Bahia

📋 copy color: '#A0C129'

red 160 ◦ green 193 ◦ blue 41

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

Shades of Bahia #A0C129

Tints of Bahia #A0C129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.41%

R = 40.61%
G = 48.98%
B = 10.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A0C129 (or 0xA0C129) is known color: Bahia. HEX triplet: A0, C1 and 29. RGB value is (160,193,41). Sum of RGB (Red+Green+Blue) = 160+193+41=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C129 is #5F3ED6. Grayscale: #A6A6A6. Windows color (decimal): -6242007 or 2736544. OLE color: 2736544.

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

Color convert

RGB 160 193 41 -
CMYK 0.17 0 0.79 0.24
HSL 73.03º 0.65% 0.46% -
HSV(B) 73.03º 0.79% 0.76% -
XYZ 33.97 45.77 9.14 -
YUV 165.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 160 193 41 0.17 0 0.79 0.24 73.03 0.65 0.46
Hex A0 C1 29 11 0 4F 18 49 41 2E
Octal 240 301 51 21 0 117 30 111 101 56
Binary 10100000 11000001 101001 10001 0 1001111 11000 1001001 1000001 101110

Color Harmonies of #A0C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C129

Black with #A0C129

Text Example


Text Example

White with #A0C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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