Html Css Color HEX #A8C42A Bahia

📋 copy color: '#A8C42A'

red 168 ◦ green 196 ◦ blue 42

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

Shades of Bahia #A8C42A

Tints of Bahia #A8C42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 41.38%
G = 48.28%
B = 10.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#A8C42A (or 0xA8C42A) is known color: Bahia. HEX triplet: A8, C4 and 2A. RGB value is (168,196,42). Sum of RGB (Red+Green+Blue) = 168+196+42=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C42A is #573BD5. Grayscale: #AAAAAA. Windows color (decimal): -5716950 or 2802856. OLE color: 2802856.

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

Color convert

RGB 168 196 42 -
CMYK 0.14 0 0.79 0.23
HSL 70.91º 0.65% 0.47% -
HSV(B) 70.91º 0.79% 0.77% -
XYZ 36.31 47.97 9.54 -
YUV 170.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 168 196 42 0.14 0 0.79 0.23 70.91 0.65 0.47
Hex A8 C4 2A E 0 4F 17 47 41 2F
Octal 250 304 52 16 0 117 27 107 101 57
Binary 10101000 11000100 101010 1110 0 1001111 10111 1000111 1000001 101111

Color Harmonies of #A8C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C42A

Black with #A8C42A

Text Example


Text Example

White with #A8C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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