Html Css Color HEX #A3D014 Bahia

📋 copy color: '#A3D014'

red 163 ◦ green 208 ◦ blue 20

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

Shades of Bahia #A3D014

Tints of Bahia #A3D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

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

R = 41.69%
G = 53.2%
B = 5.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#A3D014 (or 0xA3D014) is known color: Bahia. HEX triplet: A3, D0 and 14. RGB value is (163,208,20). Sum of RGB (Red+Green+Blue) = 163+208+20=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D014 is #5C2FEB. Grayscale: #ADADAD. Windows color (decimal): -6041580 or 1364131. OLE color: 1364131.

HSL color Cylindrical-coordinate representation of color #A3D014: hue angle of 74.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3D014 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 208 20 -
CMYK 0.22 0 0.90 0.18
HSL 74.36º 0.82% 0.45% -
HSV(B) 74.36º 0.9% 0.82% -
XYZ 37.79 52.95 8.89 -
YUV 173.11 41.59 120.79 -
System Red Green Blue C M Y K H S L
Decimal 163 208 20 0.22 0 0.90 0.18 74.36 0.82 0.45
Hex A3 D0 14 16 0 5A 12 4A 52 2D
Octal 243 320 24 26 0 132 22 112 122 55
Binary 10100011 11010000 10100 10110 0 1011010 10010 1001010 1010010 101101

Color Harmonies of #A3D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D014

Black with #A3D014

Text Example


Text Example

White with #A3D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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