Html Css Color HEX #A0BF18 Bahia

📋 copy color: '#A0BF18'

red 160 ◦ green 191 ◦ blue 24

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

Shades of Bahia #A0BF18

Tints of Bahia #A0BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

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

R = 42.67%
G = 50.93%
B = 6.4%

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

#A0BF18 (or 0xA0BF18) is known color: Bahia. HEX triplet: A0, BF and 18. RGB value is (160,191,24). Sum of RGB (Red+Green+Blue) = 160+191+24=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF18 is #5F40E7. Grayscale: #A3A3A3. Windows color (decimal): -6242536 or 1621920. OLE color: 1621920.

HSL color Cylindrical-coordinate representation of color #A0BF18: hue angle of 71.14º 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 #A0BF18 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 24 -
CMYK 0.16 0 0.87 0.25
HSL 71.14º 0.78% 0.42% -
HSV(B) 71.14º 0.87% 0.75% -
XYZ 33.29 44.8 7.76 -
YUV 162.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 160 191 24 0.16 0 0.87 0.25 71.14 0.78 0.42
Hex A0 BF 18 10 0 57 19 47 4E 2A
Octal 240 277 30 20 0 127 31 107 116 52
Binary 10100000 10111111 11000 10000 0 1010111 11001 1000111 1001110 101010

Color Harmonies of #A0BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF18

Black with #A0BF18

Text Example


Text Example

White with #A0BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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