Html Css Color HEX #A3C914 Bahia

📋 copy color: '#A3C914'

red 163 ◦ green 201 ◦ blue 20

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

Shades of Bahia #A3C914

Tints of Bahia #A3C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 42.45%
G = 52.34%
B = 5.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#A3C914 (or 0xA3C914) is known color: Bahia. HEX triplet: A3, C9 and 14. RGB value is (163,201,20). Sum of RGB (Red+Green+Blue) = 163+201+20=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C914 is #5C36EB. Grayscale: #A9A9A9. Windows color (decimal): -6043372 or 1362339. OLE color: 1362339.

HSL color Cylindrical-coordinate representation of color #A3C914: hue angle of 72.6º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3C914 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 201 20 -
CMYK 0.19 0 0.90 0.21
HSL 72.6º 0.82% 0.43% -
HSV(B) 72.6º 0.9% 0.79% -
XYZ 36.12 49.61 8.33 -
YUV 169 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 163 201 20 0.19 0 0.90 0.21 72.6 0.82 0.43
Hex A3 C9 14 13 0 5A 15 49 52 2B
Octal 243 311 24 23 0 132 25 111 122 53
Binary 10100011 11001001 10100 10011 0 1011010 10101 1001001 1010010 101011

Color Harmonies of #A3C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C914

Black with #A3C914

Text Example


Text Example

White with #A3C914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C914; }

 p { color: rgb(163,201,20); }

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

background-color css

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

 a { background-color: rgb(163,201,20); }

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

border-color css

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

 span { border-color: rgb(163,201,20); }

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