Html Css Color HEX #A0C229 Bahia

📋 copy color: '#A0C229'

red 160 ◦ green 194 ◦ blue 41

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

Shades of Bahia #A0C229

Tints of Bahia #A0C229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.11%

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

R = 40.51%
G = 49.11%
B = 10.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A0C229 (or 0xA0C229) is known color: Bahia. HEX triplet: A0, C2 and 29. RGB value is (160,194,41). Sum of RGB (Red+Green+Blue) = 160+194+41=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C229 is #5F3DD6. Grayscale: #A6A6A6. Windows color (decimal): -6241751 or 2736800. OLE color: 2736800.

HSL color Cylindrical-coordinate representation of color #A0C229: hue angle of 73.33º 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 #A0C229 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 41 -
CMYK 0.18 0 0.79 0.24
HSL 73.33º 0.65% 0.46% -
HSV(B) 73.33º 0.79% 0.76% -
XYZ 34.19 46.22 9.22 -
YUV 166.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 160 194 41 0.18 0 0.79 0.24 73.33 0.65 0.46
Hex A0 C2 29 12 0 4F 18 49 41 2E
Octal 240 302 51 22 0 117 30 111 101 56
Binary 10100000 11000010 101001 10010 0 1001111 11000 1001001 1000001 101110

Color Harmonies of #A0C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C229

Black with #A0C229

Text Example


Text Example

White with #A0C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C229; }

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

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

background-color css

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

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

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

border-color css

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

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

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