Html Css Color HEX #A0C51E Bahia

📋 copy color: '#A0C51E'

red 160 ◦ green 197 ◦ blue 30

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

Shades of Bahia #A0C51E

Tints of Bahia #A0C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 41.34%
G = 50.9%
B = 7.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#A0C51E (or 0xA0C51E) is known color: Bahia. HEX triplet: A0, C5 and 1E. RGB value is (160,197,30). Sum of RGB (Red+Green+Blue) = 160+197+30=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C51E is #5F3AE1. Grayscale: #A7A7A7. Windows color (decimal): -6240994 or 2016672. OLE color: 2016672.

HSL color Cylindrical-coordinate representation of color #A0C51E: hue angle of 73.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0C51E is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 30 -
CMYK 0.19 0 0.85 0.23
HSL 73.29º 0.74% 0.45% -
HSV(B) 73.29º 0.85% 0.77% -
XYZ 34.7 47.5 8.57 -
YUV 166.9 50.74 123.08 -
System Red Green Blue C M Y K H S L
Decimal 160 197 30 0.19 0 0.85 0.23 73.29 0.74 0.45
Hex A0 C5 1E 13 0 55 17 49 4A 2D
Octal 240 305 36 23 0 125 27 111 112 55
Binary 10100000 11000101 11110 10011 0 1010101 10111 1001001 1001010 101101

Color Harmonies of #A0C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C51E

Black with #A0C51E

Text Example


Text Example

White with #A0C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C51E; }

 p { color: rgb(160,197,30); }

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

background-color css

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

 a { background-color: rgb(160,197,30); }

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

border-color css

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

 span { border-color: rgb(160,197,30); }

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