Html Css Color HEX #A0C91C Bahia

📋 copy color: '#A0C91C'

red 160 ◦ green 201 ◦ blue 28

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

Shades of Bahia #A0C91C

Tints of Bahia #A0C91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 41.13%
G = 51.67%
B = 7.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#A0C91C (or 0xA0C91C) is known color: Bahia. HEX triplet: A0, C9 and 1C. RGB value is (160,201,28). Sum of RGB (Red+Green+Blue) = 160+201+28=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C91C is #5F36E3. Grayscale: #A9A9A9. Windows color (decimal): -6239972 or 1886624. OLE color: 1886624.

HSL color Cylindrical-coordinate representation of color #A0C91C: hue angle of 74.22º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0C91C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 28 -
CMYK 0.20 0 0.86 0.21
HSL 74.22º 0.76% 0.45% -
HSV(B) 74.22º 0.86% 0.79% -
XYZ 35.59 49.33 8.74 -
YUV 169.02 48.42 121.57 -
System Red Green Blue C M Y K H S L
Decimal 160 201 28 0.20 0 0.86 0.21 74.22 0.76 0.45
Hex A0 C9 1C 14 0 56 15 4A 4C 2D
Octal 240 311 34 24 0 126 25 112 114 55
Binary 10100000 11001001 11100 10100 0 1010110 10101 1001010 1001100 101101

Color Harmonies of #A0C91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C91C

Black with #A0C91C

Text Example


Text Example

White with #A0C91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C91C; }

 p { color: rgb(160,201,28); }

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

background-color css

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

 a { background-color: rgb(160,201,28); }

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

border-color css

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

 span { border-color: rgb(160,201,28); }

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