Html Css Color HEX #A0BE18 Bahia

📋 copy color: '#A0BE18'

red 160 ◦ green 190 ◦ blue 24

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

Shades of Bahia #A0BE18

Tints of Bahia #A0BE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 42.78%
G = 50.8%
B = 6.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A0BE18 (or 0xA0BE18) is known color: Bahia. HEX triplet: A0, BE and 18. RGB value is (160,190,24). Sum of RGB (Red+Green+Blue) = 160+190+24=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE18 is #5F41E7. Grayscale: #A2A2A2. Windows color (decimal): -6242792 or 1621664. OLE color: 1621664.

HSL color Cylindrical-coordinate representation of color #A0BE18: hue angle of 70.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0BE18 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 24 -
CMYK 0.16 0 0.87 0.25
HSL 70.84º 0.78% 0.42% -
HSV(B) 70.84º 0.87% 0.75% -
XYZ 33.08 44.37 7.68 -
YUV 162.11 50.06 126.5 -
System Red Green Blue C M Y K H S L
Decimal 160 190 24 0.16 0 0.87 0.25 70.84 0.78 0.42
Hex A0 BE 18 10 0 57 19 47 4E 2A
Octal 240 276 30 20 0 127 31 107 116 52
Binary 10100000 10111110 11000 10000 0 1010111 11001 1000111 1001110 101010

Color Harmonies of #A0BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE18

Black with #A0BE18

Text Example


Text Example

White with #A0BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE18; }

 p { color: rgb(160,190,24); }

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

background-color css

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

 a { background-color: rgb(160,190,24); }

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

border-color css

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

 span { border-color: rgb(160,190,24); }

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