Html Css Color HEX #A0CB18 Bahia

📋 copy color: '#A0CB18'

red 160 ◦ green 203 ◦ blue 24

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

Shades of Bahia #A0CB18

Tints of Bahia #A0CB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.45%

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

R = 41.34%
G = 52.45%
B = 6.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#A0CB18 (or 0xA0CB18) is known color: Bahia. HEX triplet: A0, CB and 18. RGB value is (160,203,24). Sum of RGB (Red+Green+Blue) = 160+203+24=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CB18 is #5F34E7. Grayscale: #AAAAAA. Windows color (decimal): -6239464 or 1624992. OLE color: 1624992.

HSL color Cylindrical-coordinate representation of color #A0CB18: hue angle of 74.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0CB18 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 24 -
CMYK 0.21 0 0.88 0.20
HSL 74.41º 0.79% 0.45% -
HSV(B) 74.41º 0.88% 0.8% -
XYZ 36.02 50.25 8.67 -
YUV 169.74 45.75 121.05 -
System Red Green Blue C M Y K H S L
Decimal 160 203 24 0.21 0 0.88 0.20 74.41 0.79 0.45
Hex A0 CB 18 15 0 58 14 4A 4F 2D
Octal 240 313 30 25 0 130 24 112 117 55
Binary 10100000 11001011 11000 10101 0 1011000 10100 1001010 1001111 101101

Color Harmonies of #A0CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB18

Black with #A0CB18

Text Example


Text Example

White with #A0CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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