Html Css Color HEX #A3C80F Bahia

📋 copy color: '#A3C80F'

red 163 ◦ green 200 ◦ blue 15

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

Shades of Bahia #A3C80F

Tints of Bahia #A3C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 43.12%
G = 52.91%
B = 3.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#A3C80F (or 0xA3C80F) is known color: Bahia. HEX triplet: A3, C8 and 0F. RGB value is (163,200,15). Sum of RGB (Red+Green+Blue) = 163+200+15=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C80F is #5C37F0. Grayscale: #A8A8A8. Windows color (decimal): -6043633 or 1034403. OLE color: 1034403.

HSL color Cylindrical-coordinate representation of color #A3C80F: hue angle of 72º degrees, saturation: 0.86, 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 #A3C80F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 200 15 -
CMYK 0.18 0 0.92 0.22
HSL 72º 0.86% 0.42% -
HSV(B) 72º 0.93% 0.78% -
XYZ 35.84 49.13 8.05 -
YUV 167.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 163 200 15 0.18 0 0.92 0.22 72 0.86 0.42
Hex A3 C8 F 12 0 5C 16 48 56 2A
Octal 243 310 17 22 0 134 26 110 126 52
Binary 10100011 11001000 1111 10010 0 1011100 10110 1001000 1010110 101010

Color Harmonies of #A3C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C80F

Black with #A3C80F

Text Example


Text Example

White with #A3C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C80F; }

 p { color: rgb(163,200,15); }

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

background-color css

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

 a { background-color: rgb(163,200,15); }

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

border-color css

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

 span { border-color: rgb(163,200,15); }

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