Html Css Color HEX #A8C018 Bahia

📋 copy color: '#A8C018'

red 168 ◦ green 192 ◦ blue 24

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

Shades of Bahia #A8C018

Tints of Bahia #A8C018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50%

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

R = 43.75%
G = 50%
B = 6.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#A8C018 (or 0xA8C018) is known color: Bahia. HEX triplet: A8, C0 and 18. RGB value is (168,192,24). Sum of RGB (Red+Green+Blue) = 168+192+24=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C018 is #573FE7. Grayscale: #A6A6A6. Windows color (decimal): -5717992 or 1622184. OLE color: 1622184.

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

Color convert

RGB 168 192 24 -
CMYK 0.12 0 0.88 0.25
HSL 68.57º 0.78% 0.42% -
HSV(B) 68.57º 0.88% 0.75% -
XYZ 35.16 46.09 7.91 -
YUV 165.67 48.05 129.66 -
System Red Green Blue C M Y K H S L
Decimal 168 192 24 0.12 0 0.88 0.25 68.57 0.78 0.42
Hex A8 C0 18 C 0 58 19 45 4E 2A
Octal 250 300 30 14 0 130 31 105 116 52
Binary 10101000 11000000 11000 1100 0 1011000 11001 1000101 1001110 101010

Color Harmonies of #A8C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C018

Black with #A8C018

Text Example


Text Example

White with #A8C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C018; }

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

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

background-color css

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

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

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

border-color css

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

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

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