Html Css Color HEX #A3C70E Bahia

📋 copy color: '#A3C70E'

red 163 ◦ green 199 ◦ blue 14

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

Shades of Bahia #A3C70E

Tints of Bahia #A3C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 43.35%
G = 52.93%
B = 3.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A3C70E (or 0xA3C70E) is known color: Bahia. HEX triplet: A3, C7 and 0E. RGB value is (163,199,14). Sum of RGB (Red+Green+Blue) = 163+199+14=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C70E is #5C38F1. Grayscale: #A7A7A7. Windows color (decimal): -6043890 or 968611. OLE color: 968611.

HSL color Cylindrical-coordinate representation of color #A3C70E: hue angle of 71.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3C70E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 199 14 -
CMYK 0.18 0 0.93 0.22
HSL 71.68º 0.87% 0.42% -
HSV(B) 71.68º 0.93% 0.78% -
XYZ 35.61 48.67 7.93 -
YUV 167.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 163 199 14 0.18 0 0.93 0.22 71.68 0.87 0.42
Hex A3 C7 E 12 0 5D 16 48 57 2A
Octal 243 307 16 22 0 135 26 110 127 52
Binary 10100011 11000111 1110 10010 0 1011101 10110 1001000 1010111 101010

Color Harmonies of #A3C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C70E

Black with #A3C70E

Text Example


Text Example

White with #A3C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C70E; }

 p { color: rgb(163,199,14); }

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

background-color css

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

 a { background-color: rgb(163,199,14); }

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

border-color css

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

 span { border-color: rgb(163,199,14); }

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