Html Css Color HEX #A0C818 Bahia

📋 copy color: '#A0C818'

red 160 ◦ green 200 ◦ blue 24

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

Shades of Bahia #A0C818

Tints of Bahia #A0C818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

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

R = 41.67%
G = 52.08%
B = 6.25%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A0C818 (or 0xA0C818) is known color: Bahia. HEX triplet: A0, C8 and 18. RGB value is (160,200,24). Sum of RGB (Red+Green+Blue) = 160+200+24=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C818 is #5F37E7. Grayscale: #A8A8A8. Windows color (decimal): -6240232 or 1624224. OLE color: 1624224.

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

Color convert

RGB 160 200 24 -
CMYK 0.2 0 0.88 0.22
HSL 73.64º 0.79% 0.44% -
HSV(B) 73.64º 0.88% 0.78% -
XYZ 35.32 48.85 8.43 -
YUV 167.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 160 200 24 0.2 0 0.88 0.22 73.64 0.79 0.44
Hex A0 C8 18 14 0 58 16 4A 4F 2C
Octal 240 310 30 24 0 130 26 112 117 54
Binary 10100000 11001000 11000 10100 0 1011000 10110 1001010 1001111 101100

Color Harmonies of #A0C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C818

Black with #A0C818

Text Example


Text Example

White with #A0C818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C818; }

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

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

background-color css

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

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

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

border-color css

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

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

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