Html Css Color HEX #A0C021 Bahia

📋 copy color: '#A0C021'

red 160 ◦ green 192 ◦ blue 33

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

Shades of Bahia #A0C021

Tints of Bahia #A0C021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 41.56%
G = 49.87%
B = 8.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#A0C021 (or 0xA0C021) is known color: Bahia. HEX triplet: A0, C0 and 21. RGB value is (160,192,33). Sum of RGB (Red+Green+Blue) = 160+192+33=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C021 is #5F3FDE. Grayscale: #A4A4A4. Windows color (decimal): -6242271 or 2212000. OLE color: 2212000.

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

Color convert

RGB 160 192 33 -
CMYK 0.17 0 0.83 0.25
HSL 72.08º 0.71% 0.44% -
HSV(B) 72.08º 0.83% 0.75% -
XYZ 33.62 45.28 8.41 -
YUV 164.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 160 192 33 0.17 0 0.83 0.25 72.08 0.71 0.44
Hex A0 C0 21 11 0 53 19 48 47 2C
Octal 240 300 41 21 0 123 31 110 107 54
Binary 10100000 11000000 100001 10001 0 1010011 11001 1001000 1000111 101100

Color Harmonies of #A0C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C021

Black with #A0C021

Text Example


Text Example

White with #A0C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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