Html Css Color HEX #A3C012 Bahia

📋 copy color: '#A3C012'

red 163 ◦ green 192 ◦ blue 18

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

Shades of Bahia #A3C012

Tints of Bahia #A3C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 43.7%
G = 51.47%
B = 4.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A3C012 (or 0xA3C012) is known color: Bahia. HEX triplet: A3, C0 and 12. RGB value is (163,192,18). Sum of RGB (Red+Green+Blue) = 163+192+18=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C012 is #5C3FED. Grayscale: #A4A4A4. Windows color (decimal): -6045678 or 1228963. OLE color: 1228963.

HSL color Cylindrical-coordinate representation of color #A3C012: hue angle of 70º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3C012 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 192 18 -
CMYK 0.15 0 0.91 0.25
HSL 70º 0.83% 0.41% -
HSV(B) 70º 0.91% 0.75% -
XYZ 34.06 45.53 7.57 -
YUV 163.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 163 192 18 0.15 0 0.91 0.25 70 0.83 0.41
Hex A3 C0 12 F 0 5B 19 46 53 29
Octal 243 300 22 17 0 133 31 106 123 51
Binary 10100011 11000000 10010 1111 0 1011011 11001 1000110 1010011 101001

Color Harmonies of #A3C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C012

Black with #A3C012

Text Example


Text Example

White with #A3C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C012; }

 p { color: rgb(163,192,18); }

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

background-color css

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

 a { background-color: rgb(163,192,18); }

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

border-color css

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

 span { border-color: rgb(163,192,18); }

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