Html Css Color HEX #A0C61B Bahia

📋 copy color: '#A0C61B'

red 160 ◦ green 198 ◦ blue 27

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

Shades of Bahia #A0C61B

Tints of Bahia #A0C61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.43%

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

R = 41.56%
G = 51.43%
B = 7.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#A0C61B (or 0xA0C61B) is known color: Bahia. HEX triplet: A0, C6 and 1B. RGB value is (160,198,27). Sum of RGB (Red+Green+Blue) = 160+198+27=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C61B is #5F39E4. Grayscale: #A7A7A7. Windows color (decimal): -6240741 or 1820320. OLE color: 1820320.

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

Color convert

RGB 160 198 27 -
CMYK 0.19 0 0.86 0.22
HSL 73.33º 0.76% 0.44% -
HSV(B) 73.33º 0.86% 0.78% -
XYZ 34.89 47.94 8.45 -
YUV 167.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 160 198 27 0.19 0 0.86 0.22 73.33 0.76 0.44
Hex A0 C6 1B 13 0 56 16 49 4C 2C
Octal 240 306 33 23 0 126 26 111 114 54
Binary 10100000 11000110 11011 10011 0 1010110 10110 1001001 1001100 101100

Color Harmonies of #A0C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C61B

Black with #A0C61B

Text Example


Text Example

White with #A0C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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