Html Css Color HEX #A0C41B Bahia

📋 copy color: '#A0C41B'

red 160 ◦ green 196 ◦ blue 27

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

Shades of Bahia #A0C41B

Tints of Bahia #A0C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 41.78%
G = 51.17%
B = 7.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#A0C41B (or 0xA0C41B) is known color: Bahia. HEX triplet: A0, C4 and 1B. RGB value is (160,196,27). Sum of RGB (Red+Green+Blue) = 160+196+27=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C41B is #5F3BE4. Grayscale: #A6A6A6. Windows color (decimal): -6241253 or 1819808. OLE color: 1819808.

HSL color Cylindrical-coordinate representation of color #A0C41B: hue angle of 72.78º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0C41B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 27 -
CMYK 0.18 0 0.86 0.23
HSL 72.78º 0.76% 0.44% -
HSV(B) 72.78º 0.86% 0.77% -
XYZ 34.43 47.03 8.3 -
YUV 165.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 160 196 27 0.18 0 0.86 0.23 72.78 0.76 0.44
Hex A0 C4 1B 12 0 56 17 49 4C 2C
Octal 240 304 33 22 0 126 27 111 114 54
Binary 10100000 11000100 11011 10010 0 1010110 10111 1001001 1001100 101100

Color Harmonies of #A0C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C41B

Black with #A0C41B

Text Example


Text Example

White with #A0C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C41B; }

 p { color: rgb(160,196,27); }

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

background-color css

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

 a { background-color: rgb(160,196,27); }

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

border-color css

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

 span { border-color: rgb(160,196,27); }

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