Html Css Color HEX #A3C41E Bahia

📋 copy color: '#A3C41E'

red 163 ◦ green 196 ◦ blue 30

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

Shades of Bahia #A3C41E

Tints of Bahia #A3C41E

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

 BLUE value IS 30 (12.11% from 255) = 7.71%

R = 41.9%
G = 50.39%
B = 7.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#A3C41E (or 0xA3C41E) is known color: Bahia. HEX triplet: A3, C4 and 1E. RGB value is (163,196,30). Sum of RGB (Red+Green+Blue) = 163+196+30=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C41E is #5C3BE1. Grayscale: #A7A7A7. Windows color (decimal): -6044642 or 2016419. OLE color: 2016419.

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

Color convert

RGB 163 196 30 -
CMYK 0.17 0 0.85 0.23
HSL 71.93º 0.73% 0.44% -
HSV(B) 71.93º 0.85% 0.77% -
XYZ 35.08 47.36 8.52 -
YUV 167.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 163 196 30 0.17 0 0.85 0.23 71.93 0.73 0.44
Hex A3 C4 1E 11 0 55 17 48 49 2C
Octal 243 304 36 21 0 125 27 110 111 54
Binary 10100011 11000100 11110 10001 0 1010101 10111 1001000 1001001 101100

Color Harmonies of #A3C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C41E

Black with #A3C41E

Text Example


Text Example

White with #A3C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C41E; }

 p { color: rgb(163,196,30); }

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

background-color css

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

 a { background-color: rgb(163,196,30); }

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

border-color css

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

 span { border-color: rgb(163,196,30); }

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