Html Css Color HEX #A8C818 Bahia

📋 copy color: '#A8C818'

red 168 ◦ green 200 ◦ blue 24

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

Shades of Bahia #A8C818

Tints of Bahia #A8C818

RGB

 RED value IS 168 (66.02% from 255) = 42.86%

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

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

R = 42.86%
G = 51.02%
B = 6.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A8C818 (or 0xA8C818) is known color: Bahia. HEX triplet: A8, C8 and 18. RGB value is (168,200,24). Sum of RGB (Red+Green+Blue) = 168+200+24=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C818 is #5737E7. Grayscale: #ABABAB. Windows color (decimal): -5715944 or 1624232. OLE color: 1624232.

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

Color convert

RGB 168 200 24 -
CMYK 0.16 0 0.88 0.22
HSL 70.91º 0.79% 0.44% -
HSV(B) 70.91º 0.88% 0.78% -
XYZ 36.97 49.7 8.51 -
YUV 170.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 168 200 24 0.16 0 0.88 0.22 70.91 0.79 0.44
Hex A8 C8 18 10 0 58 16 47 4F 2C
Octal 250 310 30 20 0 130 26 107 117 54
Binary 10101000 11001000 11000 10000 0 1011000 10110 1000111 1001111 101100

Color Harmonies of #A8C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C818

Black with #A8C818

Text Example


Text Example

White with #A8C818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C818; }

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

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

background-color css

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

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

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

border-color css

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

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

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