Html Css Color HEX #A0C02B Bahia

📋 copy color: '#A0C02B'

red 160 ◦ green 192 ◦ blue 43

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

Shades of Bahia #A0C02B

Tints of Bahia #A0C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.61%

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 40.51%
G = 48.61%
B = 10.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#A0C02B (or 0xA0C02B) is known color: Bahia. HEX triplet: A0, C0 and 2B. RGB value is (160,192,43). Sum of RGB (Red+Green+Blue) = 160+192+43=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C02B is #5F3FD4. Grayscale: #A6A6A6. Windows color (decimal): -6242261 or 2867360. OLE color: 2867360.

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

Color convert

RGB 160 192 43 -
CMYK 0.17 0 0.78 0.25
HSL 72.89º 0.63% 0.46% -
HSV(B) 72.89º 0.78% 0.75% -
XYZ 33.78 45.35 9.26 -
YUV 165.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 160 192 43 0.17 0 0.78 0.25 72.89 0.63 0.46
Hex A0 C0 2B 11 0 4E 19 49 3F 2E
Octal 240 300 53 21 0 116 31 111 77 56
Binary 10100000 11000000 101011 10001 0 1001110 11001 1001001 111111 101110

Color Harmonies of #A0C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C02B

Black with #A0C02B

Text Example


Text Example

White with #A0C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C02B; }

 p { color: rgb(160,192,43); }

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

background-color css

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

 a { background-color: rgb(160,192,43); }

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

border-color css

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

 span { border-color: rgb(160,192,43); }

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