Html Css Color HEX #A8C41A Bahia

📋 copy color: '#A8C41A'

red 168 ◦ green 196 ◦ blue 26

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

Shades of Bahia #A8C41A

Tints of Bahia #A8C41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 43.08%
G = 50.26%
B = 6.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#A8C41A (or 0xA8C41A) is known color: Bahia. HEX triplet: A8, C4 and 1A. RGB value is (168,196,26). Sum of RGB (Red+Green+Blue) = 168+196+26=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C41A is #573BE5. Grayscale: #A8A8A8. Windows color (decimal): -5716966 or 1754280. OLE color: 1754280.

HSL color Cylindrical-coordinate representation of color #A8C41A: hue angle of 69.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8C41A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 26 -
CMYK 0.14 0 0.87 0.23
HSL 69.88º 0.77% 0.44% -
HSV(B) 69.88º 0.87% 0.77% -
XYZ 36.07 47.88 8.32 -
YUV 168.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 168 196 26 0.14 0 0.87 0.23 69.88 0.77 0.44
Hex A8 C4 1A E 0 57 17 46 4D 2C
Octal 250 304 32 16 0 127 27 106 115 54
Binary 10101000 11000100 11010 1110 0 1010111 10111 1000110 1001101 101100

Color Harmonies of #A8C41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C41A

Black with #A8C41A

Text Example


Text Example

White with #A8C41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C41A; }

 p { color: rgb(168,196,26); }

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

background-color css

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

 a { background-color: rgb(168,196,26); }

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

border-color css

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

 span { border-color: rgb(168,196,26); }

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